Skip to content

adamsuskin/run-log

Repository files navigation

Run Log

Full-stack starter wired up with:

  • Node + Express
  • React + Vite
  • TypeScript
  • Tailwind CSS
  • Kysely
  • SQLite via better-sqlite3

Scripts

npm run dev
npm run typecheck
npm run lint
npm run build
npm run start

Notes

  • The API runs on http://localhost:3001.
  • The Vite dev server proxies /api requests to the Node server.
  • SQLite data is stored in data/run-log.sqlite.
  • The server creates and seeds the log_entries table on startup if it does not exist.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors