A React-based visualization of different sorting algorithms for educational purposes, based on the bare-bones react starter using babelify for es6 and jsx under browserify/watchify with hot module replacement from browserify-hmr and npm run scripts
$ npm install
$ npm start
npm start- start a web server and recompile code for developmentnpm run www- start a static development web servernpm run build- build for productionnpm run watch- automatically recompile during development
MIT