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
- Spielerei: simple example of passing data to components. (lesson 3)
- 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 (lesson 3)
- Step 4 - api: in this folder we connect the frontend with on microservice (lesson 5)