The objectives of this template are:
Some of the interesting features include:
js,jsx,ts,tsx
modules.Based on the original Create Snowpack App (CSA) template.
npx create-snowpack-app svelte-ts --template @snowpack/app-template-svelte-typescript
More information about Snowpack is available here.
Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Launches the application test runner.
Builds a static copy of your site to the build/
folder.
Your app is ready to be deployed!
Non-destructive code styling verification. Errors will be reported but no files will be changed automatically.
Detect and automatically solve any code formatting inconsistencies.
Scan your project for vulnerabilities and automatically install any compatible updates
to vulnerable dependencies required in production. Dependencies listed on devDependencies
are ignored.