Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 990 Bytes

File metadata and controls

49 lines (33 loc) · 990 Bytes

react-exercise

A basic exercise for beginners with React to look a little bit deeper at jsx and building awesome apps.

Pre-reqs

  1. You must have node/npm installed

Getting started

Follow this getting started guide:

Clone the repo

git clone git@github.com:stefan-cooper/weather-exercise.git

Change directory into newly cloned repo

cd weather-exercise

Install dependencies

npm install

You're good to go! Make use of the scripts below to run and test your app.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.