Sapper Template
Explore how to configure a backend using the Sapper template, including cloning the project, creating branches, and pushing your service to GitHub. This lesson guides you through setting up a solid backend foundation with Sapper, enabling efficient routing and deployment for cloud-native web applications.
We'll cover the following...
We'll cover the following...
Adding the Sapper template
Now that we have a GitHub repository and we have discussed the advantages of using Sapper as our backend web service, it’s time to set up the development environment. Press Run and a terminal will appear. Your job is to run the commands from the following sections in the terminal. It is important to run them in the given sequential order.
Create a new branch
As we will see when we talk about CI/CD, we want to do all the work in pull ...