···33Features:
4455- **Svelte**
66+- **Snowpack** with **esbuild** enabled
67- **TypeScript**
77-- **Snowpack** for fast builds
88- - **esbuild** enabled using `experiments.optimize` setting
99-- **Preprocessor support** through `svelte-preprocess`
1010- - Pug and Sass are installed by default
88+- **`svelte-preprocess` support** with Pug and Sass installed by default
119- **Hot module replacement**
1210- **Prettier**
1311···26242725`src/main.ts` is built and bundled into `build/bundle/`.
28262929-To disable source maps, disable `buildOptions.sourcemap` in `snowpack.config.js`.
3030-3127## Commands
32283329### `npm run start`
···4137### `npm run lint`
42384339Lint the project
4040+4141+### `npm run check`
4242+4343+Run `svelte-check`