Skip to content
Daniel Durante edited this page Feb 10, 2014 · 2 revisions

At Clevertech we build lots of MVP's so we like our deployment to be as efficient as possible. We are going to implement some of these strategies for CleverStack.

Production Builds

To build a production version of your front-end app, from your front-end root directory run:

$: clever build

This will build your app, minifying your assets etc and puts everything into the /dist folder ready for deployment.

Note: You can view a production version of your app on port 9009.

Deployment Strategies

NodeJS deployment strategies coming soon. AWS, Heroku and more.

Prev: Running Tests | Next: Troubleshooting

Clone this wiki locally