An opinionated Typescript, Vite and React Router powered starter template.
- Docker
- Node.js >= 22
Install the dependencies:
pnpm install
Start the development server with HMR:
- requires a postgres DB to exist with the credentials configured via .env
docker compose up #start postgres
pnpm dev #run the dev server
Your application will be available at http://localhost:5173
.
Create a production build:
pnpm build