🔥 This is a workshop for learning how to build React Applications.
I've branched the repo for individual topics.
To checkout all branches run: git branch --all
.
To checkout individual branch run: git checkout <branch name>
. From there on you should be good.
- Clone this repo in
git clone https://github.com/imranhsayed/react-workshop
git checkout 01-create-react-app
cd react-app
- Run
yarn
- cd
react-app
start
Runs dev server at port:3000 ( in watch mode )