Skip to content

Crawl-3/example-backend

Repository files navigation

Typescript Project Starter - @witecusedev/typescript-starter - v0.2.2

Features

  • Prettier
  • Extension Recommendations
  • Logger
  • Env
  • Eslint
  • Tsconfig (production/development)

Scripts

Available scripts listed below

  • To start project (must be built)
npm run start
  • To start in development
npm run start:dev
  • To start in development (watch)
npm run in-dev
  • To fix with prettier
npm run fix:prettier
  • To fix with eslint
npm run fix:lint
  • To build in production
npm run build:prod
  • To build in development
npm run build:dev

License

This project licensed with MIT license

About

Example backend with express

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published