✨ Bootstrapped with Create Snowpack App (CSA).
Using npx:
npx create-snowpack-app <your-app-name> --template svelte-snowpack-full
or using yarn:
yarn --emoji true create snowpack-app <your-app-name> --template svelte-snowpack-full --use-yarn
then cd
into your directory
cd <your-app-name>
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 test runner in the interactive watch mode. See the section about running tests for more information.
Builds a static copy of your site to the build/
folder.
Your app is ready to be deployed!
For the best production performance: Keep the build bundler plugin (@snowpack/plugin-webpack) or switch to snowpack-plugin-rollup-bundle in your snowpack.config.mjs
config file.
No eject needed! Snowpack guarantees zero lock-in, and CSA strives for the same.