Skip to content

chrisveness/koa-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koa hello world app

One step up from Koa’s hello world, this is a very simple Koa app using routing and handlebars templating.

To get going,

$ git clone https://github.com/chrisveness/koa-hello-world.git
$ cd koa-hello-world
$ npm install
$ npm start

and open http://localhost:3000 in your browser.

This is a Koa v2 version (using async/await), using ES modules. Koa v2 requires Node.js v7.0.0+; ES modules requires Node.js v13.2.0+.

About

Koa ‘hello world’ app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published