Feature/support delete tenant (#12)

add delete tenant
1 file changed
tree: 6556ce09cc81d40328c64b3740c27bd81a591f83
  1. gradle/
  2. public/
  3. src/
  4. src_example/
  5. .editorconfig
  6. .env
  7. .env.development
  8. .env.local
  9. .gitignore
  10. build.gradle
  11. gradle.properties
  12. gradlew
  13. gradlew.bat
  14. LICENSE
  15. package.json
  16. README.md
README.md

Pulsar Admin UI

The admin UI is based on CoreUI React.

Build

Installation


# install app's dependencies $ npm install # or $ yarn install

Usage


# start to serve with hot reload at localhost:3000 $ npm start # or # yarn start # build for production with minification $ npm run build

Development

You can start a pulsar standalone. The Pulsar Admin UI will automatically connect to pulsar standalone via http://localhost:8080. Now you try to go to tenants page and create teant.