A starter project for mango-cli devstack.
npm install
npm start
npm run build
-
npm run serveor
-
PORT=3000 npm run serve# Runs server on custom port 3000
- Create a new app:
heroku create - Set config to install devDependencies:
heroku config:set NPM_CONFIG_PRODUCTION=false - Deploy the app:
git push heroku