create fullstack graphql with expressjs, sequelize, react native and typescript
please follow tutorial in medium how to build graphql server here.
run server
cd server
npm start
please follow tutorial in medium how to build graphql client here.
run client
cd client
npm start