Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 700 Bytes

File metadata and controls

29 lines (21 loc) · 700 Bytes

TodoMVC using reducers

Install

npm install

Usage

npm run browserify

Unfortunately browserify watch is broken on OSX 10.7, but there is a fix that did not made it to upstream yet. As a temporary workaround you could use that fix to get watch working:

git clone https://github.com/substack/node-browserify.git
cd node-browserify
curl https://github.com/substack/node-browserify/pull/190.patch | git am
npm install -g