Planning, trainers and other details
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
git clone [email protected]:Sfeir/sfeir-school-nodejs.git
or
git clone https://github.com/sfeir-open-source/sfeir-school-nodejs.git
Start:
cd exercices
npm install
Launch tests :
npm test -- 01_hello/ex01.test.js
- exercice 1: «Hello, World !»
- exercice 2: Modules
- exercice 3: fs
- exercice 4: http
- exercice 5: event emitter