Skip to content

tchernobyl/APED-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APED-UI rewritten in AngularJS

Requirements

First, you need to have Node.js installed on your system. Please visit http://nodejs.org for more information.

Bower

npm install -g bower

You may have to supply sudo before the command.

It's also has Ruby and Compass dependency, please refer to http://rvm.io for further step.

Installation

bower install

This will download necessary assets files.

npm install -g gulp
npm install

This will install necessary Node.js packages needed for perform Gulp tasks.

Configuration

To start please make sure that the Base Url is correct ,in the only configuration file app.js . RestangularProvider .setBaseUrl("http://server_host/web/index.php/backend/") .setDefaultRequestParams({accessToken: "token"}) .setFullResponse(true);

Short Description

the application is composed of two main router . Backend : /#/backend Frontend : /#/frontend

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published