React's weather forecast application using OpenWeatherMap API. Demo
Instructions for running and using the application.
You need to install (example of software that I used).
- node v8.9.4
- npm v6.1.0
Tested in browsers: Chrome, Mozilla, Edge, Safari.
npm i
npm start
Application will run on 0.0.0.0:3000
for testing on other device. Should be replaced by localhost:3000
.
npm run build
Build will be located in the directory ./static
.