react-reorder

v3.0.0-alpha.1
Drag & drop, touch enabled, reorderable / sortable list, React component
react facebook reorder sort reorderable sortable drag and drop mobile touch and 1 more...

start

http-server examples/ -c-1 -o

build-js

browserify -t babelify examples/src/js/index.js -o examples/build/js/index.js

watch-js

watchify -t babelify examples/src/js/index.js -o examples/build/js/index.js -v

build-dirs

mkdir -p examples/build/js/

build

npm run build-dirs && npm run build-js

watch

npm run watch-js

lint-src

eslint -c .eslintrc-src.json src/

lint-examples

eslint -c .eslintrc-examples.json examples/src/js/

lint-tests

eslint -c .eslintrc-tests.json tests/

mocha

BABEL_ENV=mocha nyc mocha --opts .mocharc 'tests/**/*.test.js'

test

npm run lint-src && npm run lint-examples && npm run lint-tests && npm run mocha

Metadata

  • MIT
  • Whatever
  • Jake 'Sid' Smith
  • released 4/10/2017

Downloads

Maintainers