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)
- Host: GitHub
- URL: https://github.com/worldline/angular-training
- Owner: worldline
- License: mit
- Created: 2021-01-27T16:19:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T13:11:32.000Z (12 months ago)
- Last Synced: 2025-05-12T05:06:54.407Z (11 months ago)
- Topics: angular
- Language: TypeScript
- Homepage: https://worldline.github.io/angular-training/
- Size: 13.7 MB
- Stars: 10
- Watchers: 29
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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