exercises to apply refactoring knowledge in order to put them in practice.
- 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.jsto test your refactoring changes.