Everybody's favorite demonstration app of the frontend! Built with react and redux for the user interface, and express and node for a simple api. Uses bookshelf for a lightweight ORM to interface with the database.
Todos are sent over HTTP from the browser and persisted in a local database (sqlite3 in development).
react-redo requires at least Node.js v5 and npm 3
- Clone this repository
npm install && npm run migrate && npm run dev
- Navigate to localhost on
$PORT
(3000 by default)