Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 849 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 849 Bytes

About

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

image of weather monitor

Installation

yarn rebuild

Get started

yarn dev

Scripts

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.