Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.49 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.49 KB

⚠️ This repository is not maintained anymore. AngularJs should not be used for any new project. This sample Plume Admin project is replaced by Create Plume React Project which enables to quickly create a React administration frontend ⚠️

Plume Admin UI - AngularJS

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.

Installation

  1. Install Node.js and Yarn if they are not already installed
  2. Install Gulp globally: yarn global add gulp --prefix /usr/local
  3. Install the application JS dependencies: yarn install
  4. 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

Building the JS application

Run the command yarn build to build the application.

Generated files will be available in the dist folder.