danielkapeleti / react-weather-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Weather App

This is the companion code for the Beginner React series on the Scotch School.

Setup

Clone the project, install the dependencies, and run the project.

git clone https://github.com/searsaw/react-weather-app.git
cd react-weather-app
yarn # or npm install
yarn start # or npm run start

Then open up your browser to http://localhost:8080, and you will be able to see the project.

finished branch

The master branch of this project is for the starter code. If you want to see the finished project, switch to the finished branch, install the new dependencies, and run it.

git checkout finished
yarn # or npm install
yarn start # or npm run start

About

License:The Unlicense


Languages

Language:JavaScript 49.4%Language:CSS 36.3%Language:HTML 14.3%