This project was bootstrapped with Create React App. You can find the most recent version of this guide here.
For this workshop we recommend Visual studio code but you can use whetever you want.
- Node >= 8
- Npm >= 6
Get latest nodejs here, npm will be installed with nodejs.
$ node -v
v10.X.X
$ npm -v
v6.X.X
$ git clone https://github.com/knowit/react-workshop
$ cd react-workshop
$ npm install
$ npm start
Open tasks.md
and begin your <React />
journey!