Table of contents
This project is designed to be a great starting point for new backend projects using Express with Typescript, with basic linter config.
This is a node-express backend project. Before installing, download and install Node.js or preferrably nvm and use the latest LTS version available.
Use Yarn or npm to manage packages. Since yarn >= 2.x creates some problems for Typescript module resolving, old version is preferred by far.
-
yarn install -
yarn run husky install -
yarn start