GitXplorerGitXplorer
w

react-redo

public
3 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
f6607aaa96dff41a5547e5c6229fe8c35be7e74f

README: document requirement for node 5

wwbinnssmith committed 9 years ago
Unverified
a9e4335bf7420d0d0a60a0b791957ba6ad17e355

package.json: add repository field

wwbinnssmith committed 9 years ago
Unverified
2b322a40b8d050b917415012df5eacf2f7b3f006

Add and use MIT license

wwbinnssmith committed 9 years ago
Unverified
4a60609cd934bd58046dd50c6da1e0c68a7d68bd

Test: use my patch for knex-cleaner

wwbinnssmith committed 9 years ago
Unverified
4a3345599a4b42baa63ab8c5b98f76967df6e6a8

Clean up test setup

wwbinnssmith committed 9 years ago
Unverified
50d5e8e30ea2ee587f2410ccf3d3d2ad6a791f46

Add linter, rules and apply rules

wwbinnssmith committed 9 years ago

README

The README file for this repository.

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)