Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 765 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 765 Bytes

PWA 200

A SFEIR School

logo

Planning, trainers and other details

Slides

You can view the slides here.

Run project

Install dependencies

npm i

Run application

npm start

Run step

npm start --step=XXX

Steps

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 exercise
  • npm start --step=3-solution for the solution