Skip to content

jplam123/react-exercise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • HTML 25.1%
  • SCSS 19.3%