Barebnb
This repo is a service module for the HRR38 FEC project It is a review service module based off of the airbnb review section on a indiviual home listing page on their webpage (not the mobile app)
- https://github.com/5uper5quad/Ja5mine-5ervice
- https://github.com/5uper5quad/Cam5-5ervice
- https://github.com/5uper5quad/5arki5-5ervice
- https://github.com/5uper5quad/Gloria-5ervice
This service requires a number of different packages listed in the package.json based on each one, there are specifc requirements for proper styling and syntax (reading documentation for ones you're unfamiliar with are recommended) After installing the packages- running the script 'npm run build' and 'npm start' are necessary in order to run the server and webpack build The webpack.config.js file should transpile the es6 syntax (using babel) from the client directory files into file 'bundle.js' that is imported into the index.html file within the public directory
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install