Skip to content

A universal todo app built with react, redux, and express

License

Notifications You must be signed in to change notification settings

wbinnssmith/react-redo

Repository files navigation

React Redo

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).

a demonstration of react-redo

Development: getting started

react-redo requires at least Node.js v5 and npm 3

  1. Clone this repository
  2. npm install && npm run migrate && npm run dev
  3. Navigate to localhost on $PORT (3000 by default)

About

A universal todo app built with react, redux, and express

Resources

License

Stars

Watchers

Forks

Packages

No packages published