Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 546 Bytes

File metadata and controls

23 lines (16 loc) · 546 Bytes

A blank HTML template for experiments

  1. Clone this repo to your local computer:

    $ git clone git@github.com:huijing/blank-html5.git
  2. Install the necessary packages (use your favourite package manager) for this repo:

    $ bun install
  3. Run the dev server

    $ bun run dev

Vite comes with dev, build and preview npm scripts out the box.
Styles go in ./src/styles.css and get imported by ./src/main.ts.
Default output folder is dist.