Challenge Overview
Challenge Requirements
In this challenge we are going to improve the build process of the admin-app:
1. We need to get rid of bower and use npm only to manage packages, here a good read about why we want to do it: https://gofore.com/stop-using-bower/
2. Right now when we run the app, the developer console will show some javascript error, we need to get rid of such errors.
3. Update the readme to indicate the new process (if needed).
Please note that after you update the build process, the app should work as it did before, no pacakges should be included in the repo.
Technologies
- Node.js
- Angular.js
- HTML
- Elasticsearch
- Docker
- Java
Final Submission Guidelines
Submission
- Updated admin-app code without relying on bower
- The winner will be asked to send a pull request to our repo.