An open API service indexing awesome lists of open source software.

https://github.com/worldline/angular-training

Formation Angular (niveau débutant) - Angular training (beginner level)
https://github.com/worldline/angular-training

angular

Last synced: 11 months ago
JSON representation

Formation Angular (niveau débutant) - Angular training (beginner level)

Awesome Lists containing this project

README

          

# 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](https://github.com/worldline/angular-training/tree/main/angular15-corrections)

## Contribute

In most cases, you do not need any special knowledge of [Vuepress](https://v2.vuepress.vuejs.org/) (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:
```sh
node -v
```

Then run:

```sh
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