Boilerplate for building Svelte web apps with tailwindcss.
npx degit betososa/svelte-boilerplate svelte-project
npm run dev
npm run storybook
npm run test
npm run cover
- Improve unit testing with
jest/@testing-library/svelte
for components - Improve E2E testing with
cypress
for the app - Add
storybook
stories