Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 339 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 339 Bytes

Localhapi

A local hapijs server on any filesystem or port

Install

  • npm install -g localhapi

Use

Start hapijs webserver on port 9000 and start browser when complete

cd ~/Dev/amazingwebapp
_w 9000

Start hapijs webserver on port 8888(default) and start browser when complete

cd ~/Dev/superwebsite
_w

Cheers!

Ted :)