
The website for the Svelte workshop
The Sapper template is the default template for the Sapper framework, available for both Rollup and webpack. It provides a starting point for building Sapper applications.
The Sapper template is a convenient starting point for building Sapper applications. It provides features such as customizable routes, code-splitting, and hot module reloading. By following the installation guide, developers can easily set up and run their Sapper projects.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.