Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
31 lines (19 loc) · 904 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 904 Bytes

Intro to React Workshop

Workshop slide deck

Available here

Prerequisites

Download and install NodeJS (link to download), which comes with npm preinstalled.

Local development

Clone the repository

$ git clone https://github.com/e-nichols/intro-to-react-workshop.git

cd into the project directory and run:

npm install

to install all the project's dependencies. Once that completes, run:

npm start

This starts the app in 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.

This project was bootstrapped with Create React App.