/fullstack-workspace-poc

Testing pnpm workspace for full stack app with separate Vite client and Fastify server

Primary LanguageTypeScript

TypeScript Workspace POC

Use pnpm!

Front-end

Vite, Preact, UnoCSS, React Router, Axios

Back-end

Fastify, SQLite 3, Kysely, Nodemon

How to run

  1. Copy .env.example to .env
  2. Set environment variables
  3. Dev server
    pnpm dev
  4. Build
    pnpm build
  5. Production
    pnpm start