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

https://github.com/pruvonet/ts-starter


https://github.com/pruvonet/ts-starter

Last synced: 10 months ago
JSON representation

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" ]
```