-
Notifications
You must be signed in to change notification settings - Fork 32
Deployment
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.
To build a production version of your front-end app, from your front-end root directory run:
$: clever buildThis 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.
NodeJS deployment strategies coming soon. AWS, Heroku and more.
Prev: Running Tests | Next: Troubleshooting