A multi-part React bootcamp.
This tutorial assumes you have modern versions of git
, node
, and npm
installed:
To install the libraries needed for this tutorial:
git clone https://github.com/jmcriffey/react-bootcamp.git
cd react-bootcamp
npm install
npm run dev
- Runs a development server.npm run test
- Runs static analysis and unit tests.