Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.35 KB

README.md

File metadata and controls

74 lines (47 loc) · 1.35 KB

Project

Reviews miccroservice for hostel listing website

Demo

On large screen

Big screen

On small screen

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

  • Users can see a snapshot of reviews for a particular hostel as they scroll down to the review section. Only couple of review snippets are shown (~5), users can see full review by clicking on the show more button
  • The average rating is shown on top of the Review section with the rating for top categerie

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

Build

From within the root directory:

npm run build

Run server

From within the root directory:

npm dev:server

For production

npm start