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.rpmyum -y install npm
npm install -g bower
npm install -g gulp
npm install -g forevergit clone https://github.com/emag/morecat-web.git
cd morecat-webnpm install
bower install
forever start server.jsgulp --apiUrl=<morecat-api-url>apiUrl default value is http://localhost:8080/api.
gulp release --apiUrl=<morecat-api-url> --releaseaccess to http://localhost:8888