PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

Heroku or Divshot build #33

Open zoamel opened 9 years ago

zoamel commented 9 years ago

I would like to build my app, upload it and run on services like Heroku or Divshot. At the moment, it's not clear how to do it using NG6-starter. Can you provide some build process and add a proper section to documentation on how to to that in the best way?

PatrickJS commented 9 years ago

ya Heroku makes sense so we can do that one first. Divshot I need to look into

zoamel commented 9 years ago

Thanks, that option would be very helpful.

fesor commented 8 years ago

@zoamel since #90 is merged, you can just deploy content of dist directory to the server.

Not closing this since we totally need to add wiki page which will cover this question.