Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 731 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 731 Bytes

Please view our hapijs contributing guide.

There are various npm run tasks that support the development process. The notable task is npm run start-dev. This will build the assets, run the tests, run the examples/simple.js hapi server, and watch for changes.

npm install npm run start-dev

Navigate to http://localhost:8000/debug/console to see the TV debug console.

In a different browser window, navigate to http://localhost:8000/ and notice a 200 request rendered in TV.

Likewise, navigate to http://localhost:8000/foo and notice a 404 request rendered in TV.