Skip to content

fernahh/weather-now-react

Repository files navigation

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