Skip to content

tpanhh/CMS

 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • JavaScript 33.5%
  • CSS 27.7%
  • HTML 18.8%
  • CoffeeScript 17.6%
  • Objective-C 2.0%
  • Java 0.4%