Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 258 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 258 Bytes

react-typeorm-todo

Very basic Todo MVC example using React, typeorm and TypeScript.

Note! This is still work in progress. Migrations do work, but you need to manually add todos in the todo table. The application shows list of todos and a selected todo.