/react-bootcamp

A multi-part React bootcamp.

Primary LanguageJavaScript

react-bootcamp

A multi-part React bootcamp.

Install

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

Commands

  • npm run dev - Runs a development server.
  • npm run test - Runs static analysis and unit tests.