Worldline's Angular training material
Train with us
You can follow the training here: https://worldline.github.io/angular-training/
Most chapters include some practical work to do on your own machine, the corrections are available here: Corrections folder
Contribute
In most cases, you do not need any special knowledge of Vuepress (the static-site generator used to transform the markdown into the final training website) or Vue to contribute as the content is written in markdown.
Start locally
You will need Node 10+, check you local version in the command line:
Then run:
cd docs
npm install
npm startContribution guide
- Fork the repository
- Code (Don't forget to change both the English and French files)
- Open a pull request
- Request a review from Ocunidee
- Take into consideration the requested changes