This is a fork of bkeepers/monologue.
I start refactoring from scratch(aka. code kata).
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
Require:
- Ruby
- Node.js
bundle
npm install
npm test
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT