✨ Bootstrapped with Create Snowpack App (CSA).
Create a new project with:
npx create-snowpack-app app-name --template haunted-snowpack
# or
yarn create snowpack-app app-name --template haunted-snowpack
Creates a set of development certs using mkcert
(ensure this is installed).
Runs the app in the development mode. Open https://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.
Builds the app for production to the dist/
folder.
It correctly bundles the app in production mode and optimizes the build for the best performance.