https://github.com/pruvonet/ts-starter
https://github.com/pruvonet/ts-starter
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pruvonet/ts-starter
- Owner: PruvoNet
- License: gpl-2.0
- Created: 2020-06-10T13:28:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T08:44:15.000Z (over 3 years ago)
- Last Synced: 2023-02-28T23:50:39.277Z (over 3 years ago)
- Language: Shell
- Size: 209 KB
- Stars: 2
- Watchers: 2
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TS-STARTER
Simple starter project for typescript
If you need to wait on other services to start you can use in the docker file:
```
CMD [ "./wait.sh" , "localhost:3000", "--", "node", "index.js" ]
```