Skip to content

zerodevx/sveltekit-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte-starter

An opinionated Svelte project starter template with the following baked in:

Install

Create a new project using degit:

$ npx degit zerodevx/svelte-starter my-project
$ cd my-project

Note that you will need to have Node.js installed.

Install dependencies:

$ npm i

Develop

Start the server:

$ npm run dev

Navigate to localhost:5000. You should see the starter template running.

Lint

Lint rules follow Standardjs with a few overrides to play nicely with Svelte. To run the linter:

$ npm run lint

About

Opinionated starter template for SvelteKit

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published