Home

Awesome

Build Status

Svelte Boilerplate

A svelte.js boilterplate / testing playground.

Features

Installation

npx degit github:stephanepericat/svelte-boilerplate ./my-project
cd ./my-project
npm install

Launch Development Server

npm run dev

Launch Storybook

npm run storybook

Run E2E Tests

npm test

Build Application

npm run build