Skip to content

A very basic boilerplate for creating a NodeJs server with graphQl query and consuming that using reactJs GraphQl

Notifications You must be signed in to change notification settings

KarteekRakshit/NodeJs-ExpressJs-GraphQL-ReactJs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

NodeJs-ExpressJs-GraphQL-ReactJs-boilerplate

Zom - NodeJs/ExpressJs server

  • Open Terminal $ cd Zom $ npm install $ npm start
  • index.js contains the server
  • api.js contains a static array of obj

zomclient - ReactJs client application

  • Open Terminal $ cd zomclient $ npm install $ npm start
  • src/components/Home.js contains the fetch of the data
  • App.js is the place where we render the Home Component

NodeJs-ExpressJs-GraphQL-ReactJs-boilerplate

About

A very basic boilerplate for creating a NodeJs server with graphQl query and consuming that using reactJs GraphQl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published