Download and install NodeJS (link to download), which comes with npm
preinstalled.
Clone the repository
$ git clone https://github.com/e-nichols/intro-to-react-workshop.git
cd
into the project directory and run:
to install all the project's dependencies. Once that completes, run:
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.