Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 1.78 KB

README.md

File metadata and controls

74 lines (55 loc) · 1.78 KB

Sfeir School Node.JS 200

A SFEIR School

Planning, trainers and other details

Slides

You can view the slides here.

You can launch the slide in local go to the folder docs

cd docs

install the dependencies

npm install

launch the slide server

npm run serve

your slide is available on http://127.0.0.1:4242

Installation

git clone [email protected]:Sfeir/sfeir-school-nodejs.git
or
git clone https://github.com/sfeir-open-source/sfeir-school-nodejs.git

Training plan

Day 1: node

Start:

cd exercices
npm install

Launch tests :

npm test -- 01_hello/ex01.test.js

Day 2: project