Angular Dashboard
git clone
Install all the dependencies:
yarn
To start a local development web server:
yarn start
Your application will be accessible at localhost:3000 by default. See the webpack-dev-server docs if you want to customise anything.
To execute tests & generate coverage
yarn test
During development
yarn test-watch
To build spa
yarn build
An env.json
file can be added to the project to configure voodoo API. The schema is
{
"voodoo": {
"endPoint": "{protocol}://{host}:{port]",
"acquisitionKey":"{yourAcquisitionKey}",
"monetizationKey": "{yourMonetizationKey}"
}
}
On a CI you can serialize this config in ENV
variable