Template for complex building SPA using Svelte
Usage:
Clone repository:
git clone https://github.com/theartkod/webpack_svelte.git
Go to cloned directory and install dependencies:
npm ci
or npm i
Run for development: npm run dev
Build for production: npm run build
Analyze bundle: npm run analyze
Show app size: npm run size
Features:
- live reloading
- analyze mode for detecting large dependencies
- size app control with size-limit
- understandable structure folders
- postcss for your styles
- ESlint and Prettier for formatting and lint your code
- images, fonts and static support
- blazing fast loading google fonts
- support dynamic load pages with page.js router
Coming soon: