bmartel / haunted-snowpack

A preconfigured template for Snowpack with TypeScript and Haunted WebComponents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Haunted Project

npm version

✨ 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.

About

A preconfigured template for Snowpack with TypeScript and Haunted WebComponents


Languages

Language:JavaScript 43.3%Language:TypeScript 28.0%Language:HTML 20.5%Language:CSS 8.2%