/graphql_react

Testing some graphQL CRUD with Apollo / React / MongoDB

Primary LanguageJavaScript

graphql-react

Setup

Initial Setup:

Install node

Install nodemon

$ npm i -g nodemon

cd into server and run $ npm i Then start the local node server: $ nodemon app.

Open a new tab in your terminal,cd to client and run $ npm i Then run $ npm run start