Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 617 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 617 Bytes

React Under the Hood

Setup

Prerequisites

  • Git
  • Node.js
  • NPM

If you haven't already done so, clone the demo repository for this tutorial.

There are two main directories: finished and unfinished. You will be following along in the unfinished directory. finished is available if you are stuck or want to skip ahead.

cd into unfinished and run npm i. This will install all the dependencies required for this demo.

Once that is finished, you can start the server by running npm start and navigating to localhost:4000 in your browser.