Whenever working on any project, step 0 is typically to fork and clone the repository, and install the necessary tooling. To streamline this process, The Loved Mutt have provided your team with step-by-step instructions.
The front-end was created using Svelte and SvelteKit. No experience with Svelte is required.
The back-end uses Azure Functions, the Azure serverless platform. Azure Functions are supported natively by Azure Static Web Apps, which is where your team will deploy the application. As your team gets to each goal, relevant notes about the application will be provided.
Note: Your team does not have to run the application locally to complete this workshop. If you wish to configure your system for local development, setup steps have been provided.
The starter repository (or repo) has been created as a GitHub template. One member of your team will generate a repository from this template, while the remaining team members will fork it. All team members will clone the repository locally.
- One team member: generate the repository by using the template. Your team can give the repository whatever name you like.
- All other team members will fork the new repository.
- All team members will clone the repository, which can be accomplished by running the following command.
- For all team members, after cloning the repository, open the local folder in Visual Studio Code
Your team has successfully obtained the starter code and explored the app! Now it's time to deploy the project to the cloud.