Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shahul01/sh-nodejs-typescript

nodejs typescript starter project
https://github.com/shahul01/sh-nodejs-typescript

Last synced: about 1 month ago
JSON representation

nodejs typescript starter project

Awesome Lists containing this project

README

        

# sh-nodejs-typescript
## nodejs typescript starter project

## after copying the repo
change the github url before pushing

## code
```
npm i
# developer env
npm run dev

# production env
npm run build
npm run start
```