1.0.0-rc.11 • Published 8 years ago
mno-enterprise-angular v1.0.0-rc.11
_____ _____ _____ _____ _____ _
| | | | | __|___| _ |___ ___ _ _| |___ ___
| | | | | | | | | __|___| | | . | | | | .'| _|
|_|_|_|_|___|_____|_____| |__|__|_|_|_ |___|_|__,|_|
|___|
MNO Enterprise Angular Frontend
How to run in development mode
Prerequisite
Create and setup a Rails project to bootstrap an instance of Maestrano Enterprise Express as describe in the mno-enterprise Github repository.
Run this Maestrano Enterprise Express project, it should now be available at http://localhost:7000.
This project will serve as a backend for our mno-enterprise-angular development environment.
Install & run mno-enterprise-angular
- Clone this repository, and
cd mno-enterprise-angular
- Run
npm install && bower install
- To start the project, run
gulp serve
A new browser tab should be open at address http://localhost:7001, with Browsersync enabled, waiting to auto-refresh in case template or CoffeeScript code is changed, or inject any modified styles.
List of gulp tasks
gulp
orgulp build
to build an optimized version of your application in/dist
gulp serve
to launch a browser sync server on your source filesgulp serve:dist
to launch a server on your optimized applicationgulp test
to launch your unit tests with Karmagulp test:auto
to launch your unit tests with Karma in watch modegulp protractor
to launch your e2e tests with Protractorgulp protractor:dist
to launch your e2e tests with Protractor on the dist files
1.0.0-rc.11
8 years ago
1.0.0
8 years ago