Skip to content

corbel-platform/corbel-front

Repository files navigation

Codeship

corbel-front

Admin frontend for Corbel

Project Management

Installation

gem install compass
npm install -g bower protractor
npm install
webdriver-manager update

Run project

  • Dev mode

     grunt serve
    
  • Prod mode (optimized)

     grunt serve:dist
    

Supported options

  • serverPort (9000): Change server port.

  • testPort (9001): Change test port

  • liveReloadPort (35729): Change liveReload port

    grunt serve --serverPort 9003 --testPort 1234
    

Build project

grunt build

Set environment config

Build/run project with specific environment config.

Supported values: int prod

grunt build --env int
grunt serve --env prod

Run tests

  • Unit

     grunt test
    
  • End-2-End

     npm run webdriver
    
     grunt test:e2e
    

Release

grunt release:1.2.3

About

Admin frontend for Corbel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published