Skip to content

devpavan04/react-graphql-cars-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

WMDD 4998 - React GraphQL Cars Tracker 🚘

Demo video: Youtube

Built with: GeistUI Component Library

Installation

Clone this project to test locally

  git clone https://github.com/devpavan04/react-graphql-cars-tracker/
  cd react-graphql-cars-tracker

Run Apollo GraphQL server

  cd server
  # Install dependencies
  yarn install
  # Start the server
  yarn start

You should now be able to access Apollo GraphQL server running at http://localhost:4000/graphql πŸš€

Run Cars Tracker react client

In a new terminal window run the following:

  cd client
  # Install dependencies
  yarn install
  # Start the client
  yarn start

You should now be able to access Cars Tracker react application running at http://localhost:3000 🚘

Releases

No releases published

Packages

No packages published