Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Sfeir/pwa-200

Repository files navigation

DEPRECATED!!!

The repository for this school is now depecrated, please follow the new repository : https://github.com/sfeir-open-source/sfeir-school-pwa

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