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

https://github.com/rqbazan/ts-template


https://github.com/rqbazan/ts-template

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# TS Template

## How to setup de project?

Run `yarn` to install all the dependencies

## How to run the project?

Execute `yarn dev` for development purposes and `yarn start` for a production
ready environment

> The production environment must has the application build. Run `yarn build` to
> get it.