This is Web Front-End for MoreCat.
# For CentOS 6.5
yum -y install http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum -y install npm
npm install -g bower
npm install -g gulp
npm install -g forever
git clone https://github.com/emag/morecat-web.git
cd morecat-web
npm install
bower install
forever start server.js
gulp --apiUrl=<morecat-api-url>
apiUrl
default value is http://localhost:8080/api
.
gulp release --apiUrl=<morecat-api-url> --release
access to http://localhost:8888