A fully working vite starter template for VanJS forked from template-library-ts.
Clone the repository from Github.
git clone https://github.com/thednp/vite-starter-vanjs.git my-project
cd my-project
Run your favorite package manager installation script.
npm install
pnpm install
Start the development server.
npm run dev
pnpm dev
Prerender the application and start the server.
npm run preview
pnpm preview
Build the application.
npm run build
Start the application.
npm run start
Released under MIT.