Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

Latest commit

 

History

History
 
 

frontend-admin

*       )    )                                       
(  `   ( /( ( /(           (     (                     
)\))(  )\()))\())   (      )\    )\ )   )   (         
((_)()\((_)\((_)\   ))\  ((((_)( (()/(  (   )\  (     
(_()((_)_((_) ((_) /((_)  )\ _ )\ ((_)) )\'((_) )\ )  
|  \/  | \| |/ _ \(_))    (_)_\(_)_| |_((_))(_)_(_/(  
| |\/| | .` | (_) / -_)    / _ \/ _` | '  \)| | ' \)
|_|  |_|_|\_|\___/\___|   /_/ \_\__,_|_|_|_||_|_||_|

MNOe Admin Platform

Development Environment: First launch

  • Launch a Maestrano Enterprise on port 7000
  • In this directory, run gulp serve
  • Your preferred browser (Chrome) should automatically be opened on port 7001
  • Go to http://localhost:7001/admin/
  • Enjoy

Gulp tasks

  • gulp or gulp build to build an optimized version of your application in /dist
  • gulp serve to launch a browser sync server on your source files
  • gulp serve:dist to launch a server on your optimized application
  • gulp test to launch your unit tests with Karma
  • gulp test:auto to launch your unit tests with Karma in watch mode
  • gulp protractor to launch your e2e tests with Protractor
  • gulp protractor:dist to launch your e2e tests with Protractor on the dist files