Contains a fullstack React module with components for displaying a hostel's description, a map of it's location, and the hostel's specific rules and policies.
- https://github.com/hrr47-karev/imageCarousel
- https://github.com/hrr47-karev/Reviews-Service
- https://github.com/hrr47-karev/AvailabilityComponent
- https://github.com/hrr47-karev/property-info-proxy
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
Running webpack w/ Babel:
npm run build-dev
Running server in development (w/ Nodemon)
npm run start-dev
Build webpack for production
npm run build-deploy
Running server in production
npm start
From within the root directory:
npm install