Skip to content

worldline/angular-training

Repository files navigation

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.

Start locally

You will need Node 10+, check you local version in the command line:

node -v

Then run:

npm install
npm run dev

Contribution 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