Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tcampbppu/ts-node-express-shell

Typescript Node.js Express template shell
https://github.com/tcampbppu/ts-node-express-shell

Last synced: 15 days ago
JSON representation

Typescript Node.js Express template shell

Awesome Lists containing this project

README

        

Typescript Node.js Express.js Shell

Copy and remove the example constants.ts file

cp -rf src/config/constants.ts.example src/config/constants.ts
Install dependencies

```shell
yarn
```

Start the TS compiler & start node server

```shell
yarn all
```