Skip to content

📝 A simple To-Do list app created with React and Apollo to showcase the work with GraphQL.

Notifications You must be signed in to change notification settings

ArthurArakelyan/react-graphql-apollo-example

Repository files navigation

React GraphQL Apollo Example

A simple To-Do list example created with React and Apollo.

The GraphQL server is made with json-graphql-server library.

image

Project setup

This project uses yarn as a package manager.

Node version: 18.7.1

Install Dependencies

yarn install

Run Development Server

Open http://localhost:5173 with your browser to see the result.

yarn dev

Build

yarn build

Run Build Preview

Open http://localhost:4173 with your browser to see the result.

yarn build

yarn preview

Run GraphQL Server

yarn server

Tech Stack

TypeScript   React   Apollo Client  

About

📝 A simple To-Do list app created with React and Apollo to showcase the work with GraphQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published