Skip to content

Proof of concept for a Vite project creating static pages based on data during build time.

License

Notifications You must be signed in to change notification settings

RensNooren/vite-react-bun-ssg

Repository files navigation

vite-starter-react-bun

Starter for vitejs with React and:

This project uses bun as dependency manager. It means there is no yarn, no npm stuff here.

Quick start:

bun install
bun lint
bun test # watch mode
bun test:cov # one shot with coverage
bun dev # development server
bun run build # production
bun preview # preview production

About

Proof of concept for a Vite project creating static pages based on data during build time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published