Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 588 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 588 Bytes

Polymer / RequireJS boilerplate

npm install && grunt && grunt connect should get you going. (And npm install -g grunt-cli if you haven't already.)

OR

npm install && ./node_modules/.bin/bower install && grunt recess && grunt connect

Also bundled:

  • Semantic UI
  • Underscore
  • Schema inspector
  • jQuery

To remove , remove the bower.json dependency, remove the concerned public/js/bower_components/ directories, and update the RequireJS config.js file (shim & paths).

Credits

Idea based on: https://gist.github.com/tantaman/7222599 and http://jsbin.com/efojap/2/edit