A svelte.js boilterplate / testing playground.
- Client side routing with svelte-routing
- Development with webpack-dev-server
- E2E testing with Cypress
- Travis CI configuration
- Storybook integration
- SASS support
npx degit github:stephanepericat/svelte-boilerplate ./my-project
cd ./my-project
npm install
npm run dev
npm run storybook
npm test
npm run build