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

https://github.com/zoltan-nz/node-hapi-typescript


https://github.com/zoltan-nz/node-hapi-typescript

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hapi, TypeScript

**Preparation**

* At least `Node.js` v6

```
$ npm i -g mocha nodemon typescript ts-node nyc
$ npm i
```

**Launch**

```
$ npm start
```

**Development**

```
$ npm run watch
$ npm run test:watch
$ npm run server
```