Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 302 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 302 Bytes

graphql-react-fullstack

This a simple fullstack application with a client application in ReactJs/GraphQl/Apollo-graphql and a node graphql server with a json-server.

scripts

To install packages for client and server: npm run setup

To start client and servers in dev mode: npm run start