Awesome
Svelte Boilerplate
A svelte.js boilterplate / testing playground.
Features
- Client side routing with svelte-routing
- Development with webpack-dev-server
- E2E testing with Cypress
- Travis CI configuration
- Storybook integration
- SASS support
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