Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 248 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 248 Bytes

graphql-ssr

Sample Nodejs Application exposing GraphQL Api and Client uses React-Apollo Client to consume the Graphql api.

To Run, git clone it, and

$ npm i
$ npm start

then open http://localhost:3000 on browser.

To Test $npm test