Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 999 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 999 Bytes

React Simple Weather App

Application use api for render cities weather and created by facebook CRA. See more https://github.com/facebookincubator/create-react-app

Picture example

image

package.json structure

{
"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"
}
}

Instalation Guide

  • git clone
  • cd react-basic-weather-app
  • npm install
  • npm start

Then go to http://localhost:3000/ and see results