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

https://github.com/runnerty/runnerty.io


https://github.com/runnerty/runnerty.io

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## Required
@angular/cli 1.7

## Before start
```sh
npm i
```

## Client Side Rendering
```sh
ng serve
```

## Server Side rendering
```sh
npm run build:universal
npm run serve:universal
```