The repository for this school is now depecrated, please follow the new repository : https://github.com/sfeir-open-source/sfeir-school-pwa
Planning, trainers and other details
You can view the slides here.
# Install dependencies
`npm i`
# Run application
`npm start`
# Run step
`npm start --step=XXX `
Each exercice has two directories:
- a clean directory to get you started (ex: step-3)
- a solution directory (ex: step-3-solution)
to go a step run the npm script with --step=XX
:
npm start --step=3
for an exercicenpm start --step=3-solution
for the solution