Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 391 Bytes

File metadata and controls

25 lines (15 loc) · 391 Bytes

SvelteKit BoilerPlate

This is a BoilerPlater with erverything I like to use in a SveltreKit application.

It uses the following techonologies:

SvelteKit, PostCSS, Sass, Typescript, Vite, Jest and ESLint

To install the dependencies use yarn.

# Install it globally
npm i -g yarn
# Install the dependencies
yarn

To run the dev server, run

yarn dev