A web app for Extreme Results.
Read all about the app and what it tries to solve here: http://www.gjermundbjaanes.com/xr/
If you want to give it a try, it is available here: https://xr.gjermundbjaanes.com
Extreme Results is trying to implement the systems proposed in the book 'Getting Results the Agile Way'. Read more about Agile Results here: http://gettingresults.com/wiki/Explained_-_Agile_Results_in_a_Nutshell
Usually, you would implement Agile Results with pen and paper, or something simple like Evernote. I don't think that's good enough. I want to link everything togetether, making it easy so see the bigger picture.
The app is built using Angular and a node server with RESTful API's on the backend.
The code the the server is located here: https://github.com/bjaanes/ExtremeResults-Server
- Node.js with npm
npm installTo build:
npm run buildTo build and run the application, you can just use
npm startTo run the unit tests once
npm testTo run the e2e tests with protractor you can do the following:
Build production environment
npm run buildprodStart the "production" server
npm run serveprodRun the tests:
npm run e2e

