Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Readme.md

Serverless modern koa starter kit

This hybrid template makes it easy to build koa apps what can be also run on AWS lambda or as a standalone koa server (or in Docker)

Features

  • Full ES6 support (node6 + CommonJS import/export module syntax)
  • async/await
  • flowtype
  • eslint / prettier-eslint

Usage

npm i

To run it - dev mode:

npm run dev

To run it - prod mode:

  • npm run build
  • node dist/start

To deploy it on serverless:

As otherwise: sls deploy

TODO:

  • Testing examples
  • Dockerize

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.