Enterprise Admin Panel
_____ _____ _____ _____ _____ _ _ _____ _
| | | | | __|___| _ |_| |_____|_|___ ___| _ |___ ___ ___| |
| | | | | | | | | __|___| | . | | | |___| __| .'| | -_| |
|_|_|_|_|___|_____|_____| |__|__|___|_|_|_|_|_|_| |__| |__,|_|_|___|_|
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 be available at http://localhost:7000.
This project will serve as a backend for our mnoe-admin-panel development environment.
- Clone this repository, and
cd mnoe-admin-panel
- Run
npm install && bower install
- To start the project, run
npm run 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.
npm run build
to build an optimized version of your application in/dist
npm run serve
to launch a browser sync server on your source filesnpm run serve:dist
to launch a server on your optimized applicationnpm run test
to launch your unit tests with Karmanpm run test:auto
to launch your unit tests with Karma in watch mode