• Stars
    star
    158
  • Rank 237,131 (Top 5 %)
  • Language
    JavaScript
  • License
    Creative Commons ...
  • Created about 9 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Relay TodoMVC with routing

Relay TodoMVC Travis

Relay TodoMVC with routing.

This repo includes multiple examples on separate branches:

Usage

Visit http://fashionablenonsense.com/relay-todomvc, or clone this repo and run:

yarn
yarn start

Then point your browser at http://localhost:8080/.

Notes

  • Most of the code is taken directly from the official example and falls under the license there.
  • The yarn start command runs webpack-dev-server, and accepts other options, e.g. yarn start --port 5000.

More Repositories