Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 456 Bytes

readme.md

File metadata and controls

43 lines (27 loc) · 456 Bytes

Weather Now

A weather app built with React.

Development

Install it:

npm install

and start application:

npm start

After that, you will see the application running at http://localhost:3000.

Tests

To run the unit tests:

npm test

Production

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/.