Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.32 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.32 KB

monologue Build Status

This is a fork of bkeepers/monologue.

I start refactoring from scratch(aka. code kata).

gif

Refactoring

Reference:

Steps : Refactoring jquery by azu · Pull Request #1 · coding-kata/monologue

  • Separate DOM and Ajax
  • Introduce browserify as build system
  • Move over to Backbone.js architecture

Installation

Require:

  • Ruby
  • Node.js
bundle
npm install

Usage(Test)

npm test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT