Skip to content

NorskHelsenett/ror-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin portal

GUI for ROR.

Prerequsites:

  • Node LTS

Get started, development:

  1. Get dependencies npm i
  2. Start application npm start
  3. Go to localhost:4200
    • The application is dependent on Dex and other applications that could be started with docker-compose (<repo>/: docker-compose up)

Build and release

  • npm run build:prod

Test

npm test

Tips, Use Angular CLI

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.