#NodeJS + Angular2 + Webpack + Heroku Boilerplate
#Installation
- npm install
- npm start
- Go to localhost:3000.
#Heroku deployment
- heroku create (you should have heroku cli installed)
- git push heroku master
The content of this project is licensed under the MIT license.