Skip to content

cb-talent-development/cortex-admin

Repository files navigation

Cortex Admin

Cortex Admin is the default UI for Cortex, written using AngularJS.

Getting Started

Install NodeJS (nvm and Homebrew are both good options)

Install node dependencies for the development environment

$ npm install -g bower grunt-cli karma

Clone the repository, download project dependencies and build Cortex Admin

$ git clone [email protected]:talent-solutions/cortex-admin.git cortex-admin
$ cd cortex-admin
$ npm install
$ bower install
$ grunt build

Tada! Tests should be run, templates compiled and you should now be able to run the admin by accessing build/index.html from your web brower.

Project Structure

.src
├── app
│   ├── controllers
│   │   ├── admin
│   │   │   ├── media
│   │   │   ├── organizations
│   │   │   ├── posts
│   │   │   └── tenants
│   │   └── users
│   ├── directives
│   ├── resources
│   ├── services
│   └── views
│       ├── admin
│       │   ├── media
│       │   ├── organizations
│       │   ├── posts
│       │   └── tenants
│       └── users
├── assets
│   └── admin
├── common
├── sass
│   └── states
├── spec
│   ├── controllers
│   │   └── admin
│   │       ├── media
│   │       ├── organizations
│   │       └── tenants
│   └── resources
└── vendor
    ├── angular-bootstrap-nav-tree
    └── redactor

Resources

About

Cortex's default front-end written with AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •