Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexatsu/create-express-ts
- Owner: alexatsu
- Created: 2023-03-07T16:25:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T18:16:41.000Z (about 1 year ago)
- Last Synced: 2024-10-30T00:03:18.310Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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