This repo contains the course material for React Workshop. Before attending the training, please make sure you can run this repository.
First, install git and the latest stable version of node. Then:
$ https://github.com/ryuzaki01/react-workshop.git
$ cd react-workshop
$ npm install
$ npm startThen open your browser to http://localhost:3000.