/todo-react-graphql

Primary LanguageJavaScriptMIT LicenseMIT

A todo application built with React and GraphQL.

Setup and run server

cd server
npm install
npm start

Start client app

cd client
yarn
yarn start