Setup your node backend fast
- Typescript
- Express
- Enviroment variables validation
- Formatting with Prettier
- Schema validator with Zod
- JWT creation and validation
- Sqlite
- Date formatting
# Start Production Server
npm run start
# Start Development Server
npm run dev
# Format source code with prettier
npm run format
# Check types and compile to dist folder
npm run build
If you want to use modern javascript frameworks that are far from express, check this out Hono or Fastify