Skip to content

zackyang000/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.