A snowpack template for svelte.
Configured with jest, eslint, dotenv, postcss, tailwind, and rollup for production builds.
To use this template:
npx create-snowpack-app --template @joshnuss/svelte-snowpack-template --target path/to/dir
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.
Runs jest on all *.test.js files.
Runs eslint on all files.
Formats all files according to rules defined in .eslintrc.js.
Builds a static copy of your site to the build/ folder.
Your app is ready to be deployed!
MIT