/meowlo

An E2E TODO List app built with React, GraphQL, TypeScript, and TypeGraphQL

Primary LanguageTypeScript

Meow: another Trello clone

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.

Instructions

git clone https://github.com/robzhu/meowlo

cd meowlo/api
npm install
npm run watch

cd meowlo/www
npm install
npm run start