most-web-admin-demo
A MOST Web Framework OMS demo application based on Admin LTE template.
Installation
Clone git repository
git clone https://github.com/kbarbounakis/most-web-admin-demo.git
Install dependencies
cd most-web-admin-demo
npm install
Install phantomjs (optional)
Note: This demo application uses node-html-pdf for generating pdf files for invoices. This module has a dependency on phantomjs You may need to install phantomjs first before use this feature. If you want to test invoice printing install phantomjs globally
npm install -g phantomjs-prebuilt
Install bower components
cd app
bower install
Run application
npm start