Skip to content

etnichols/intro-to-react-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example code and slides for Intro to React workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published