Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"
}
```