8000 GitHub - chenliexin/koa-grace: A new generation Nodejs SFB(Separation of Front and Back ends) framework, build with KOA
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chenliexin/koa-grace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koa-grace

koa-grace

NPM version Build Status

koa-grace is a new generation Nodejs SFB(Separation of Front and Back ends) framework, build with KOA.

Getting started

Before getting started ,please make sure you have already installed:

  • Nodejs (v4+)
  • MongoDB

Install

$ git clone https://github.com/xiongwilee/koa-grace.git
$ cd koa-grace && npm install

Config

Open configuration file :

$ vi config/main.js

Change config.mongo.blog to your local mongodb path:

// mongo configuration
mongo: {
  'blog': 'mongodb://localhost:27017/blog'
}

more configuration details at here

Run

$ npm run dev

And then , you can visit the DEMO at http://127.0.0.1:3000 .

Or you can visit live DEMO at: http://mlsfe.biz

Community

Authors

Gratitude

Thanks for My GirlFriend - Grace Wang

Thanks for Tj's koa

Thanks all

License

MIT

About

A new generation Nodejs SFB(Separation of Front and Back ends) framework, build with KOA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.5%
  • CSS 21.7%
  • HTML 13.8%
0