Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 304 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 304 Bytes

sample-hotel-app

Prerequisite

  1. node
  2. npm
  3. git
git clone https://github.com/paulsherwinang/sample-hotel-app.git
npm install
bower install

Running the application

npm start

Access http://localhost:8000

Running Unit Tests

npm test

PS: Find the easter egg! ;)