/ts-gql-antd

A todo app built with GraphQL, TypeScript and Ant Design.

Primary LanguageTypeScript

ts-gql-antd

A todo app built with Apollo GraphQL, TypeScript and Ant Design.

Demo

You can demo the app here.

You can also view the app on CodeSandbox:

Edit ts-gql-antd

Usage

Clone the repo:

git clone https://github.com/kdotamoh/ts-gql-antd.git

Go to the project directory and install dependencies:

cd ts-gql-antd && yarn

or install with npm:

cd ts-gql-antd && npm i

Rename the .env.sample file in the root directory to .env and set the base URI:

REACT_APP_BASE_URI=<your-base-uri>

This project's base URI is https://plp0mopxq.sse.codesandbox.io/graphql

Run the app:

yarn start

or

npm start