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

https://github.com/dantehemerson/amy

A scalable framework to write backend apps
https://github.com/dantehemerson/amy

api backend-api framework

Last synced: 8 months ago
JSON representation

A scalable framework to write backend apps

Awesome Lists containing this project

README

          

# tsc-simple-starter

Typescript Basic Template

# Use

```
git clone https://github.com/dantehemerson/tsc-simple-starter.git --depth=1
```

The move to your project

```
cd
```

and remove repo

```
rm -rf .git
```

and start yours

```
git init
```