Workshops.DE
This project is a reference implementation for our Angular Advanced Intensiv Workshop.
Development server
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Running unit tests
Run ng test to execute the unit tests via Karma.
How to updates the steps for our Workshop
git rebase -i a7bfef2d02ab39024567e281ea9b0096344494ea- Change
picktoeditat the tasks you want to change - Do your changes
git commit --all --amendgit rebase --continue- Fix possible merge error if needed
- Repeat on step 3 if you edit more than one commits
- run
./recreate-tags.sh git push -fgit push --tags -f