Researcher user interface for Mauro.
- Clone the
mdm-researcher-uirepo -git clone git@github.com:MauroDataMapper/mdm-researcher-ui.git- note that branchdevelopis the most up-to-date cdinto themdm-researcher-uifolder and runnpm install --save --save-dev- this will install all dependencies- If you need to install Angular CLI, then run
npm i @angular/cli
- To start the application in Dev, run
ng serve-> while you are still inside themdm-researcher-uifolder. This will compile the Angular code - After the terminal finishes compiling, open up your browser and navigate to http://localhost:4202
- To 'export' the code for production, run
ng build --prod- this will compile & minify the code, making it ready for production
Please use NVM to manage the required node/npm dependencies.