https://github.com/zoltan-nz/node-hapi-typescript
https://github.com/zoltan-nz/node-hapi-typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zoltan-nz/node-hapi-typescript
- Owner: zoltan-nz
- Created: 2017-02-05T09:32:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T21:02:16.000Z (over 8 years ago)
- Last Synced: 2025-01-22T02:46:17.938Z (9 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```