This project was created with Create React App. The purpose of the demo was to introduce React, components, props, state and routing. See agenda notes.
In a terminal:
git clone https://github.com/ConvergenceDesignLab/react-demo.git
cd react-demo
npm run install
See scripts
section of package.json
, but the command for starting up a development server with the code running at http://localhost:3000 is:
npm run dev