Live demo:
Another weather app build with Reactjs usign Open Weather API
- Clone this repo
git clone [email protected]:catalinmiron/weathereact.git
cd weathereact
- Install node packages
npm install
- Serve it locally
npm start
- Go to
http://localhost:3000