Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 355 Bytes

Readme.md

File metadata and controls

20 lines (12 loc) · 355 Bytes

Basic example of using Koa 2.x using async with Babel 6

Example taken from Koa's readme. I ran Node v5.0.0 when writing this.

Install

$ npm install

Run

$ npm start

Verify

Go to http://localhost:3000