An bootstrap that uses the Module Design Pattern.
Clone into your project.
git clone git@github.com:guilhermepontes/module-pattern-bootstrap.gitMyApp.init();Install dependencies:
npm install
And then test:
npm test
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Make or fix tests.
- Push to the branch:
git push origin my-new-feature - Submit a pull request :D