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

https://github.com/quickz/typescript-project-template


https://github.com/quickz/typescript-project-template

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Typescript project template

## Setup

The project uses [npm](https://www.npmjs.com/).

Download the template and run the following command:

```
npm ci
```

## Build

```
npm run serve
```