This project contains a minimal starter for Node.js project with Typescript, ESLint and Prettier
- Node.js 16+
- Yarn or NPM
- Install dependencies
yarn install
- Start Application
yarn start
The application will be launched by Nodemon so it's will restart automatically on file change