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

https://github.com/thisloke/hackerrank

My hackerrank solutions (in TS)
https://github.com/thisloke/hackerrank

Last synced: 2 months ago
JSON representation

My hackerrank solutions (in TS)

Awesome Lists containing this project

README

        


node-base-project

## Quick usage

### 1) Start development
```
npm run build:watch
npm run test:watch
```

### 2) Build
```
npm run build
```

### 3) Run
```
npm run start
```