A simple Todo app with Angular using GraphQL as the data source. (This app has optimistic updates support)
This project is extended from this Codepen example. Kudos to the original author.
- Clone this repo
- Run
npm install
- Start the app with
npm run dev
Most of the source code well commented and used Promises in many places.
Use following entry points:
- Client:
public/app.js
- Server:
server/index.js