You can view the slides here.
To run docs locally, go in directory docs
and run npm run serve
of if you don't have node, you can use docker docker-compose up
, and open slides on http://localhost:5000/.
Workshops are in directory exercice/steps
:
- two directories per workshop :
- one with a README.md with workshop steps and source file to complete
- a second directory suffixed with
-solution
which contains source file with solutions.
The steps
folder is a mono repo which contains three applications:
- react-solution
- react-solution-e2e
- nest-server
This mono repos was bootstrapped with the nrwl technologies and especially the @nrwl/react
and @nrwl/nest
technologies
For more information visit the following website
In the folder exercices/steps
npm install || npm ci
npm run start-react-solution
npm run start-react-solution-e2e
npm run start-nest-server
If you use Vscode, this repo will automatically install the necessary extension if you accept the proposal.
All the necessary tasks are already created and you can launch this task out of the boxe
Read through our contributing guidelines to learn about our submission process, coding rules and more.
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.
Help us keep Angular open and inclusive. Please read and follow our Code of Conduct.