magocod / ts_express

application practice express + typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express generator (Typescript)

Docker Node Typescript Express Prettier Eslint

Contributing

Learn about contribution here

Documentation

  • A - ...
  • B - ...
  • C - ...

Project setup

Install dependencies

npm install

build

npm run build

Run tests

  • run all
npm run test
  • run everything in parallel
npm run test:parallel
  • coverage
npm run test:coverage

Code style

  • eslint check
npm run lint
  • eslint fix
npm run lint:fix
  • prettier check
npm run format:check
  • prettier format
npm run format

Api reference

npx typedoc

Check project dependencies

Show all new dependencies (excluding peerDependencies) for the project, https://www.npmjs.com/package/npm-check-updates

npm install -g npm-check-updates
ncu

About

application practice express + typescript

License:MIT License


Languages

Language:TypeScript 82.5%Language:JavaScript 17.2%Language:Shell 0.3%