- Minimalistic project template to jump start an Express.js back-end application in TypeScript
- Don't need Express.js? Check out typescript-node-boilerplate instead.
- Dotenv
- ESLint
- Prettier
- Jest
- Nodemon
- Visual Studio Code's Debuggers
- Node v20.x (LTS) or later
There are many ways to use the template:
- To start, just click the Use template link (or the green button).
- Start adding your code in the
src
and unit tests in the__tests__
directories.
To clone the repository, use the following commands:
git clone https://github.com/anhtungbui/typescript-express-boilerplate
cd typescript-express-boilerplate
npm install
Anh Tung Bui @ abui.dev
This project is licensed under the MIT License - see the LICENSE file for details