Planning, trainers and other details
You can view the slides here.
npm i
npm start
npm start --step=XXX
Each exercise has two directories:
- a clean directory to get you started (ex: step-3)
- a solution directory (ex: step-3-solution)
to go to a step run the npm script with --step=XX
:
npm start --step=3
for an exercisenpm start --step=3-solution
for the solution