Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shahul01/sh-nodejs-typescript
- Owner: shahul01
- Created: 2023-12-30T11:38:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-11T17:38:16.000Z (5 months ago)
- Last Synced: 2024-09-12T03:16:56.407Z (5 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```