Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marvin9/typescript-express-boilerplate
basic boilerplate for CSCI 5409 (Cloud Computing) Assignments
https://github.com/marvin9/typescript-express-boilerplate
Last synced: 16 days ago
JSON representation
basic boilerplate for CSCI 5409 (Cloud Computing) Assignments
- Host: GitHub
- URL: https://github.com/marvin9/typescript-express-boilerplate
- Owner: Marvin9
- Created: 2024-01-15T16:46:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T16:51:17.000Z (about 1 year ago)
- Last Synced: 2024-01-15T21:51:50.416Z (about 1 year ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-express-boilerplate
## Commands
```sh
# run in watch mode
PORT=XXXX pnpm devpnpm build
# run final build
pnpm start# lint
pnpm lintpnpm lint:fix
```