This is an implementation of Emily Bache's Gilded Rose refactoring kata in an Angular front-end app, which can be extended during pair programming practice inside of a working Angular app.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run npm test
to execute the unit tests via Jest.