User interface for Koku based on Patternfly
To submit an issue please visit https://issues.redhat.com/projects/COST/
- Install requirements listed above.
- Clone the repository, and open a terminal in the base of this project.
- Run the command
yarn
to install all the dependencies. - Clone the insights-proxy repository.
- Run insights-proxy setup steps.
From the insights-proxy
project directory run the following command to interact with the deployed environment:
SPANDX_CONFIG=/path/to/koku-ui/config/spandx.config.js bash /path/to/insights-proxy/scripts/run.sh
APP_ENV=proxy yarn start
As a convenience start:dev
has been provided to work behind the proxy.
yarn start:dev
Point your browser to the Overview page
yarn build
yarn test
Produces a file used by product security for vulnerability and compliance tracking.
yarn update:manifest
- TypeScript
- React
- Redux - State Management
- Redux-Thunk - Middleware for returning functions from actions (gives access to dispatch and getState to action)
- typesafe-actions - Typesafe Redux
- Selectors
- Axios - HTTP Client
- React Router
- withRouter - Injects components with route props
- Link
- Route
- React I18Next - React Wrapper for i18next
- PatternFly React 4
- React Devtools
- Redux Devtools
- VSCode