This is the frontend application for CMC.
Private NPM repository is defined in .npmrc file. All dependencies should be pulled from the private repository. Pulling dependencies from the public NPM registry can not be guaranteed on the CI server.
Install dependencies by executing the following command:
$ yarn installRun:
$ yarn startIt will be available at https://localhost:3000
We use TSLint with StandardJS rules alongside sass-lint
Running the linting:
yarn lint
Mocha is used for writing tests. Run them with:
$ yarn testconfigure the following environment variables TEST_URL=<PR/AAT>
Run them with:
$ yarn test:functionalThis project is licensed under the MIT License - see the LICENSE file for details.