Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 549 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 549 Bytes

Install Require [nodeJS,ionic,cordova,nodemon]

To add dependance

npm i

To run server

npm run server

After open GraphGL ui Enter Below schema on left input window and click run button

open :

http://localhost:4100/graphql

query users { users { id name } }

To run ionic

NOTE: open new terminal window and run below command

ionic serve