Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/ts-express
typescript & express
https://github.com/daggerok/ts-express
body-parser docker-compose express express-js expressjs mongo-express mongodb mongoose ts-express ts-node ts-node-dev tsc tsconfig typescript
Last synced: 7 days ago
JSON representation
typescript & express
- Host: GitHub
- URL: https://github.com/daggerok/ts-express
- Owner: daggerok
- Created: 2020-01-03T16:51:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T04:40:19.000Z (7 months ago)
- Last Synced: 2024-04-23T07:22:00.090Z (7 months ago)
- Topics: body-parser, docker-compose, express, express-js, expressjs, mongo-express, mongodb, mongoose, ts-express, ts-node, ts-node-dev, tsc, tsconfig, typescript
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript express
TypeScript & Express```bash
npm run mongo
npm start
http :8080
npm stop
```## project setup
```bash
npm i -g typescript
tsc --init
```now we need also add these:
```json
{
"outDir": "./dist",
"rootDir": "./src",
"moduleResolution": "node"
}
```