Skip to content

LiasCode/ts-express-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript - Express - Node - Starter

Setup your node backend fast

Features:

  • Typescript
  • Express
  • Enviroment variables validation
  • Formatting with Prettier
  • Schema validator with Zod
  • JWT creation and validation
  • Sqlite
  • Date formatting
  • Simple Git Hooks

Principal Scripts

# 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

Recomendations

If you want to use modern javascript frameworks that are far from express, check this out Hono or Fastify

About

Clean and Simple starter for Typescript, Express, and Sqlite on node

Topics

Resources

License

Stars

Watchers

Forks