Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexatsu/create-express-ts

Easy express.js + typescript setup
https://github.com/alexatsu/create-express-ts

Last synced: about 1 month ago
JSON representation

Easy express.js + typescript setup

Awesome Lists containing this project

README

        

# Minimal setup to start Typescript backend app

Installed packages except TS and Express:

## Mandatory:

- nodemon (run on ts file changes)
- tsconfig-paths (path aliases)

## Optional:

- dotenv (for configs)
- cors (express pgk)

Usage:

- clone repo
- npm i
- npm run dev