-
Clone this repo to your local computer:
$ git clone git@github.com:huijing/blank-html5.git
-
Install the necessary packages (use your favourite package manager) for this repo:
$ bun install
-
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.