haunted-snowpack
v1.0.4
Published
A preconfigured template for Snowpack with TypeScript and Haunted WebComponents
Downloads
6
Maintainers
Readme
New Haunted Project
✨ 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
Available Scripts
npm run dev:crt
Creates a set of development certs using mkcert
(ensure this is installed).
npm start
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.
npm run build
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.