/Venues

Single page application for showcasing venues and reviews

Primary LanguageJavaScript

Venue app

This project was built with Express.js, GraphQL, and React.js.

To Run

To run this code:

  • clone or download this repo
  • run nvm use to make sure you're using the right version of node
  • run npm install
  • run npm run server in one console to start the server on port 3001
  • run npm start in another console to start the react app on port 3000