tpanhh / CMS

Home Page:http://zackyang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog Engine

Build Status Dependency Status Bitdeli Badge

Do you want to see live demo? Visit http://zackyang.com


Purpose

To showcase node-odata how easy to write a real project based on communicating with a REST back-end.

Technology stack

Installation

Prepare

You just need to install Node.js, build tool named Grunt and package manage tool named Bower.

  • Install node.js
  • Install Grunt and Bower as global npm modules npm install -g grunt-cli bower

Get the Code

Either clone this repository or fork it on GitHub and clone your fork:

git clone https://github.com/TossShinHwa/CMS.git
cd CMS

Run

We need to install as local dependencies using npm and bower.

npm install
bower install

Then run it

grunt

It will automatically open a browser and connect to the server.

Default admin account: admin , password: 123

License

MIT License.

About

http://zackyang.com


Languages

Language:JavaScript 33.6%Language:CSS 27.7%Language:HTML 18.8%Language:CoffeeScript 17.6%Language:Objective-C 2.0%Language:Java 0.4%