Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 641 Bytes

File metadata and controls

21 lines (14 loc) · 641 Bytes

React Demo

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.

Installing

In a terminal:

git clone https://github.com/ConvergenceDesignLab/react-demo.git
cd react-demo
npm run install

Running

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