Skip to content

krakenui/kong-react-admin

Repository files navigation

Kong React Admin Dashboard

Key goals:

  • ReactJs + Typescript
  • Ant design components + Ant design icons
  • Redux for React + Redux thunk
  • RxJs
  • Axios
  • React hook + Rxjs for React hook
  • LESS style with lessc

Table of contents

Quick start

  • Prerequisite:

    • NodeJs 10 or above
    • Yarn latest
  • Install depedencies

      yarn
  • Start dev server:

    • Using mock json server:

          yarn dev
    • Or without mock server:

          yarn start

Customize configurations

Production bundle

  • Clean depedencies

      yarn
  • Update production environments at

      .env.production
  • Run linters to validate source code

      yarn lint
  • Run build with production mode

      yarn build
  • Production bundle resources at build directory.

Screenshots

5.png

6.png

7.png

1.png

2.png

3.png

4.png

9.png