A weather app built with React.
Install it:
npm install
and start application:
npm start
After that, you will see the application running at http://localhost:3000.
To run the unit tests:
npm test
Build it:
npm run build
and run the deploy task:
npm run deploy
To see the production version, just follow https://weather-now-react.firebaseapp.com/.