Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# typescript-express-boilerplate

## Commands

```sh
# run in watch mode
PORT=XXXX pnpm dev

pnpm build

# run final build
pnpm start

# lint
pnpm lint

pnpm lint:fix
```