blattmann / graphql_react

Testing some graphQL CRUD with Apollo / React / MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Testing some graphQL CRUD with Apollo / React / MongoDB


Languages

Language:JavaScript 75.7%Language:HTML 13.8%Language:CSS 10.5%