Full-stack starter wired up with:
- Node + Express
- React + Vite
- TypeScript
- Tailwind CSS
- Kysely
- SQLite via
better-sqlite3
npm run dev
npm run typecheck
npm run lint
npm run build
npm run start- The API runs on
http://localhost:3001. - The Vite dev server proxies
/apirequests to the Node server. - SQLite data is stored in
data/run-log.sqlite. - The server creates and seeds the
log_entriestable on startup if it does not exist.