Svelte skeleton project for building UI componenets
- Unit test via Jest
- Typescript enabled via svelte-preprocess
- Schematics / Generators via plop
npm run start:dev
- Starts development servernpm run start
- Starts server with production buildnpm test
- Run testnpm run plop
- Generator / Schematics CLI
- Please share any features that should be in this repo 😃