This app was originally created using AngularCLI 1.0.0-beta.28.3 App has been modified to allow Express Node.js server and allow push on Heroku
- Download / clone app
- Run app locally or push it to Heroku
Go to root directory of the app and type node server.js
then navigate to localhost:3000
Go to root directory of the app and set up a heroku app for it
git init
git add .
git commit -m 'Init'
heroku create
git push heroku master
Enjoy !