Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.22 KB

This project was bootstrapped with Create React App.

Run the sample

clone the repo using
git clone https://github.com/shaikhussian/React_apollo_sample.git
cd React_apollo_sample
npm install
cd client
npm install
cd ..
then run this command

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. Open http://localhost:5000/graphql to run in graphiql server.

The page will reload if you make edits.
You will also see any lint errors in the console.

To check the working example click on the below link

Development heroku

Open https://rocky-wildwood-56086.herokuapp.com/ to view it in the browser. Open https://rocky-wildwood-56086.herokuapp.com/graphql to run in graphiql server.

React_apollo_sample

React_apollo_sample