- Get a dev key from https://developer.forecast.io/ and add a file to the top level of the project called forecast-dev-key.js that contains: var forecast_dev_key = 'xxx'; module.exports = forecast_dev_key;
- Make a similar file called geocode-key.js with a Google API token.
- npm run-script webpack-start (serves the app on localhost:8080 )
- npm run-script express-start (starts up the node backend)
- npm test
- then go to localhost:8081/debug.html
(running npm dist on heroku was timing out)
- npm run-script dist
- make a git commit
- git push heroku master