- React basics
- React redux
- Engineering
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/
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.