A no frills weather forecast website. Features a live looping precipitation radar and local forcasting.
Check it out here: https://us-weather-monitor.herokuapp.com
yarn rebuild
yarn dev
Script | Description |
---|---|
rebuild | Nuke the client and server node_modules then reinstall everything |
dev | Concurrently run the client and server in development mode |
start | Default heroku command to run a node app. Not useful when developing |
postinstall | Default heroku command to build the client. Not useful when developing |
This boilerplate is built using create-react-app so you will want to read the User Guide for more goodies.