Plume Admin UI is a JavaScript frontend for Plume Admin. It is written with AngularJS.
/!\ Note that the JS frontend AngularJS application is updated only to the minimum to get the demo working. To build an admin frontend, you should use React or the latest version of Angular.
- Install Node.js and Yarn if they are not already installed
- Install Gulp globally:
yarn global add gulp --prefix /usr/local
- Install the application JS dependencies:
yarn install
- Run the application:
yarn start
If a server with Plume Admin is running localy on http://localhost:8080, then the Plume Admin UI application can be reached on http://localhost:3000.
As a reminder, in the login screen the default credentials are:
- login: admin
- password: admin
Run the command yarn build
to build the application.
Generated files will be available in the dist
folder.