Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anhtungbui/typescript-express-boilerplate

Minimalistic project template to jump start an Express.js back-end application in TypeScript 🚀 Dotenv, ESLint, Prettier, Jest, Nodemon, Debuggers pre-configured ⚙️
https://github.com/anhtungbui/typescript-express-boilerplate

dotenv eslint expressjs nodejs nodemon prettier typescript vscode

Last synced: about 1 month ago
JSON representation

Minimalistic project template to jump start an Express.js back-end application in TypeScript 🚀 Dotenv, ESLint, Prettier, Jest, Nodemon, Debuggers pre-configured ⚙️

Awesome Lists containing this project

README

        

# TypeScript Express Boilerplate 🚀

- Minimalistic project template to jump start an Express.js back-end application in TypeScript
- Don't need Express.js? Check out [typescript-node-boilerplate](https://github.com/anhtungbui/typescript-node-boilerplate) instead.

## Pre-configured tools ⚙️

- Dotenv
- ESLint
- Prettier
- Jest
- Nodemon
- Visual Studio Code's Debuggers

## Getting Started

### Prerequisite

- Node v20.x (LTS) or later

There are many ways to use the template:

### A. Use as a repository 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.

### B. Clone repository

To clone the repository, use the following commands:

```bash
git clone https://github.com/anhtungbui/typescript-express-boilerplate
cd typescript-express-boilerplate
npm install
```

## Authors

Anh Tung Bui @ [abui.dev](https://abui.dev)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

## Acknowledgments

1. https://github.com/anhtungbui/typescript-node-boilerplate
2. https://blog.logrocket.com/how-to-set-up-node-typescript-express/