yarn
yarn init:dev
yarn start
Exercises are placed in the exercises/*
folder.
Every exercise is its own small litle node module.
So you can install dependencies directly for the exercise.
Every exercise has its own README.md
with the description of the assigment.
Solutions are placed in the solutions/*
folder.
Explanation and needed theory will be explained at workshop.
exercise-x/README.md
- assigment and descriptionexercise-x/src/DemoX
- starting point for the demo X that the tutor will show yousolution-x/src/DemoXSolution
- finished version of the demo X(exercise|solution)-x/src/index
- uncomment what you want to run in the Workshop App under the urlhttp://localhost:8000/exercise-x
orhttp://localhost:8000/solution-x
respectively.
- Git v2,
- Node v10>=
- NPM v6>=
- Yarn v1.19.1 >= && < v2
Following should work:
node -v
yarn -v
npm -v
git -v
Use whatever you are comfortable with React development.
I use Vim. Here is my vimrc
.