Another fun hapi boilerplate that uses Mocha for testing purposes and adds a few minor setup things.
This hapi boilerplate takes inspiration from https://github.com/rjmreis/hapi-api and adds testing setup with Mocha.
Clone project and install dependencies:
$ git clone https://github.com/pintocarlosd/hapi-mocha-boilerplate.git
$ cd hapi-mocha-boilerplate
$ yarn or npm install
- yarn test
- yarn tdd
- Node.js - http://nodejs.org/
- Hapi - http://hapijs.com/
The MIT License (MIT)