Start with:
$ npm run server:dev
The app will be accessible on http://localhost:3000.
- Run
npm install. - Start the app via
grunt server. (If grunt is missing, install it vianpm install -g grunt-cli.)
The web app should now be running on http://localhost:3000.
Heroku is used for hosting.
Use Herokus git deploy.
$ git push your-heroku-app master