This repo contain REBAR SPA v2 template source code that comes with Angular 5 and angular cli. The Template comes with configuration otion for Accenture ESO (OAuth v2).
npm install rebar-spa-v2-templatenpm start for a dev server. Local http server should run the template on url 'http://localhost:9091/'
ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
npm run build to build the project. The build artifacts will be stored in the dist/ directory..
npm test to execute the unit tests via Karma.
npm run e2e to execute the end-to-end tests via Protractor.