This is a TODO list manager built with React, GraphQL, TypeScript, TypeGraphQL, and Graphql-code-generator.
The combination of these tools provides a fully type-safe JavaScript development experience.
git clone https://github.com/robzhu/meowlo
cd meowlo/api
npm install
npm run watch
cd meowlo/www
npm install
npm run start