Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 814 Bytes

readme.markdown

File metadata and controls

26 lines (19 loc) · 814 Bytes

sorting-algorithms

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

Quick Start

$ npm install
$ npm start

Commands

  • npm start - start a web server and recompile code for development
  • npm run www - start a static development web server
  • npm run build - build for production
  • npm run watch - automatically recompile during development

License

MIT