15 Your first Sapper app

 

This chapter covers

  • Reasons to use Sapper
  • Creating a new Sapper app
  • Redeveloping the shopping application with Sapper

In this chapter we will review the benefits of using Sapper and walk through developing a Sapper app.

As you learned in chapter 1, Sapper (https://sapper.svelte.dev/) is a framework built on top of Svelte. It is used to create more advanced web applications that take advantage of one or more of the features summarized below.

15.1 Creating a new Sapper app

15.2 Recreating the shopping app with Sapper

Summary