GUI for ROR.
- Node LTS
- Get dependencies
npm i - Start application
npm start - Go to localhost:4200
- The application is dependent on Dex and other applications that could be started with docker-compose (
<repo>/: docker-compose up)
- The application is dependent on Dex and other applications that could be started with docker-compose (
npm run build:prod
npm test
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.