Skip to content

LYRADNIS/review-module

Repository files navigation

Project Nomad: Review Module

A clone of Airbnb's review module, made with React, Express, MySQL & Styled Components.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions apply. See Development.

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies & Getting Started

From within the root directory:

npm install -g webpack
npm install
npm run react-dev
mysql.server start
mysql -u root < schema.sql
cd database
node generator.js
npm run serve

Finally, navigate to http://localhost:3003/listings/1/ in your browser. Any id from 1 to 100 is valid!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published