Svelte skeleton project for your next SPA with batteries included.
- ESM & SystemJS differential loading. Configured to run on IE11.
- Dyamic imports via Rollup
- Unit test via Jest
- Router with Router5
- Typescript enabled via svelte-preprocess
- Schematics / Generators via plop
- IOC & Dependency Injection via tsyringe
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 "Angulary" features that should be in this repo 😃