Application use api for render cities weather and created by facebook CRA. See more https://github.com/facebookincubator/create-react-app
{
"name": "react-weather",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^3.3.7",
"bootswatch": "^3.3.7",
"react": "^16.0.0",
"react-bootstrap": "^0.31.3",
"react-dom": "^16.0.0",
"react-scripts": "1.0.14"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
- git clone
- cd react-basic-weather-app
- npm install
- npm start
Then go to http://localhost:3000/ and see results