Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.52 KB

File metadata and controls

30 lines (21 loc) · 1.52 KB

Application Starter Template

An opinionated and preconfigured template for starting a new app with minimal but enough dependencies to get started for a project of any size, with all the best features and defaults:

Create anything from a static blog with markdown files pre-rendered at build time to a fullstack serverless app running on the edge with a database and authentication.

Get started instantly with:

pnpm install

pnpm dev

All that's left is to replace the %...% values in the src/routes/+layout.svelte file with your own.


Starter | MIT License