koa-app-template

Basic app template with koa2 and gulp

Setup

Install node 8.0 or better

npm install
npm test
npm start

Docker setup

  1. Install Docker for Mac
  2. Build a docker container for this project: docker-compose build
  3. Run it: docker-compose up
  4. Check it out: http://localhost:8080