Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 336 Bytes

List Reorder

This code uses JSPM. To install:

  • Make sure you have JSPM installed globally. "npm install -g jspm". You may need sudo or admin console.
  • cd to the directory and "npm install" then "jspm install".
  • By default, everything is loaded individually. To make it faster: "jspm bundle lib/main --minify --inject"