https://github.com/maharshmellow/express-typescript-boilerplate
https://github.com/maharshmellow/express-typescript-boilerplate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maharshmellow/express-typescript-boilerplate
- Owner: maharshmellow
- Created: 2024-01-26T20:05:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T04:42:22.000Z (about 1 year ago)
- Last Synced: 2025-01-14T14:12:40.684Z (4 months ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
yarn run start
```How it was set up:
```
yarn init
yarn add express typescript ts-node @types/express
```