Contains a fullstack React module with components for displaying a hostel's reviews.
- https://github.com/hrr47-karev/imageCarousel
- https://github.com/hrr47-karev/property-info-service
- https://github.com/hrr47-karev/AvailabilityComponent
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install
Start the server
npm start
Build the bundle.js
npm run build
Seed the database with dummy data
npm run seed
Run tests
npm run test