Website for ROSES.
To install the dependencies needed for the application you need to run the following commands from the project's folder;
npm installThe frontend will be available at localhost:8080/#/ with hot reload.
npm run devRunning the unit tests;
npm run unitRunning e2e tests;
npm run e2eRunning all the tests;
npm testTo build for production with minifcation the following can be run from the project's folder;
npm run buildIf you would like to see the bundle analyzer report after the build simply run;
npm run build --reportThe files needed for hosting the app will be placed in the dist folder once the build is done.
Here is a quick list to easily navigate to the documentation of some of the frameworks used in this app;
This front-end application needs the server application to work fully. The server application is used to generate the PDF document from the given form information.