Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 869 Bytes

README.md

File metadata and controls

54 lines (37 loc) · 869 Bytes

koa-starter

A simple Koajs application starter template.

quick start

Clone koa-starter:

$ git clone https://github.com/justmyfreak/koa-starter.git

Install dependencies:

$ npm install

Run koa-starter:

$ npm start

or

$ node --harmony index.js

Open http://localhost:3000

Run the test:

$ npm test

Components

koa-starter uses following npm package :

  • config for config handling.
  • koa-router for request routing purpose.
  • koa-static for handling static content or assets.
  • koa-views for template switching.
  • ect for default templatin engine due to fast performance.

Resources