MathieuLorber / infinispan-console

Infinispan Console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinispan Console

This is the front end application for the web console of the new Infinispan Server 10.x

This application is built using Patternfly 4 and React

Quick-start

npm install yarn -g # ensure you have yarn on your machine globally
git clone https://github.com/infinispan/infinispan-console # clone the project
cd infinispan-console # navigate into the project directory
yarn # install infinispan-console dependencies
yarn build # build the project
yarn start # start the development server

Development Scripts

Install development/build dependencies yarn

Start the development server yarn start

Run a production build yarn build

Run the test suite yarn test

Run the linter yarn lint

Run the code formatter yarn format

Launch a tool to inspect the bundle size yarn bundle-profile:analyze

Configurations

Code Quality Tools

  • For accessibility compliance, we use react-axe
  • To keep our bundle size in check, we use webpack-bundle-analyzer
  • To keep our code formatting in check, we use prettier
  • To keep our code logic and test coverage in check, we use jest

About

Infinispan Console

License:MIT License


Languages

Language:TypeScript 80.4%Language:JavaScript 8.9%Language:XSLT 3.8%Language:Groovy 3.4%Language:Shell 2.4%Language:HTML 0.9%Language:CSS 0.1%