Skip to content

5uper5quad/Ja5mine-5ervice

Repository files navigation

Project Name

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)

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published