https://github.com/worldline/js-training
Advanced JavaScript Training
https://github.com/worldline/js-training
advanced formation javascript training
Last synced: 11 months ago
JSON representation
Advanced JavaScript Training
- Host: GitHub
- URL: https://github.com/worldline/js-training
- Owner: worldline
- Created: 2018-09-11T13:41:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T22:22:27.000Z (over 2 years ago)
- Last Synced: 2024-04-15T02:54:48.020Z (about 2 years ago)
- Topics: advanced, formation, javascript, training
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/worldline/JS-Training
- Size: 28 MB
- Stars: 8
- Watchers: 3
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS-Training
JavaScript Advanced Training Course
## Slides
- [Online slides](https://worldline.github.io/JS-Training-slides/) (English/French)
## Exercises
### online with CodeSandbox (recommended):
- https://codesandbox.io/s/github/worldline/JS-Training
- Click on "Fork" button to get your own workspace for the exercises
### or on your local machine:
- Install latest verison of Node.js and an IDE for JavaScript (recommended: Visual Studio Code)
- Install Node dependencies (`npm install` at the project root folder) and the testing library (`npm i -g jest`)
- Manually run all the tests with `jest` command, or one test in particular with `jest exo01`. Use `--watch` flag to automatically run the tests again whenever a source file has changed.