/template

Primary LanguageJavaScript

template

Light and fast Preact site template using Vite.

Quickstart

  1. Clone this repository
  2. cd <name of repo>
  3. npm install
  4. npm run dev # runs dev server with hot reload
  5. npm run build # build for production, to be used for deploying
  6. npm run preview # preview

Features

  • TailwindCSS
  • ESLint on watch/build
  • TypeScript type checking on watch/build

Maintenance

  • npm run dryupdate # check for package updates
  • npm run update # update package.json with new package versions