Sapper Template
Get hands-on experience on how to add the Sapper template to your web application.
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 requests, ...