Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 328 Bytes

refactoring

exercises to apply refactoring knowledge in order to put them in practice.

use

  • Fork this repository and clone it.
  • Go to any refactoring project root folder.
  • Execute npm install.
  • Execute bower install.
  • Execute karma start spec/karma.config.js to test your refactoring changes.