/react-workshop

React Workshops

Primary LanguageJavaScript

React Workshops Slides

Topics

  • React basics
  • React redux
  • Engineering

Serve slides

If you want to review the slide, you can directly run these command to start the slide server:

yarn install 
yarn start

Then you can review the slide in browser by url: http://localhost:9000/

Start

If you want to review the examples which refered by the slides, please run these command

cd workshops/01-basics or cd workshops/02-redux
yarn install
yarn start

Then you can access http://localhost:3000/ to review the examples online.