Skip to content
/ ts-express-starter Public template

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

License

Notifications You must be signed in to change notification settings

LiasCode/ts-express-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 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

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