Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tcampbppu/ts-node-express-shell
- Owner: tcampbPPU
- Created: 2021-01-08T02:03:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-22T01:08:24.000Z (almost 4 years ago)
- Last Synced: 2024-11-04T23:42:43.661Z (2 months ago)
- Language: TypeScript
- Size: 13.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```