Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.18 KB

Lark

Lark is a node.js framework based on Koa

NPM version build status NPM downloads Node.js dependencies

Installation

$ npm install -g lark

Type lark, if lark is correctly installed, you'll see the usage info.

Quick Start

The quickest way to get started with lark is to utilize the executable lark to generate an application as shown below:

$ lark new lark-app

Lark will create a project name larkApp under the same directory.

Try to run this app.

$ lark run

More

You can find more infomation in our wiki