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

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


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

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ts-starter

## Usage

```sh
# install deps
$ npm install

# for production builds
$ npm run build

# for development builds (auto compile)
$ npm run dev

# run the app
$ npm start
```