Update README.md with build instructions
1 file changed
tree: f344041728ea35ab606a8f50e4ca38445c210e6c
  1. gradle/
  2. public/
  3. src/
  4. src_example/
  5. .editorconfig
  6. .gitignore
  7. build.gradle
  8. gradle.properties
  9. gradlew
  10. gradlew.bat
  11. LICENSE
  12. package.json
  13. README.md
README.md

Pulsar Admin UI

The admin UI is based on CoreUI React.

Build

Installation


# install app's dependencies $ npm install

Usage


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