In this repo you can find the code thats is used in the lessons about frontend development. As a start we use this boilerplate for Sveltekit
- Step 1 - main structure: this folder is used to show how you can setup things without components (lesson 1)
- Step 2 - components: in this folder we introduce basic components and data binding (lesson 2)
- Step 3 - event handling: in this folder we add event handler / listeners to the components including stores (lesson 3)
- Step 4 - talking to one MS (to be added)
- Step 5 - talking to multiple MS via a API Gateway