https://github.com/skclusive/typescript-express-app
Typescript Express App using Inversify-Express-Utils
https://github.com/skclusive/typescript-express-app
express inversifyjs typescript
Last synced: 29 days ago
JSON representation
Typescript Express App using Inversify-Express-Utils
- Host: GitHub
- URL: https://github.com/skclusive/typescript-express-app
- Owner: skclusive
- Created: 2018-08-26T08:14:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T13:30:22.000Z (almost 8 years ago)
- Last Synced: 2024-10-06T07:42:30.913Z (over 1 year ago)
- Topics: express, inversifyjs, typescript
- Language: TypeScript
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript-Express-App
(https://typescriptlang.org/) using the [typescript]
# Running the code
To run the `code`, clone this repository, then run:
```bash
npm install
npm run main
npm run test
```