- NodeJS 10 or 12
- Maven
- JDK path in JAVA_HOME
- Run
yarn install
- Run
npm start
oryarn start
to run web application and mock server - Run
npm run serve:app
to run just application - Run
npm run serve:mock
to run mock server
- Run
npm test
to run unit tests - run
npm run e2e
to run E2E tests
- Run
npm run lint
to run code style validators