Home

Awesome

Koalerplate

A simple Koa 2 boilerplate for API's using ES6.

GitHub issues GitHub stars GitHub license

<a href="https://communityinviter.com/apps/koa-js/koajs" rel="KoaJs Slack Community">KoaJs Slack</a>

What's in the package?

Getting Started

git clone https://github.com/dbalas/koalerplate.git
cd koalerplate
mv .env.sample .env
npm run dev // or yarn dev

By default the API server starts on port 3000, http://localhost:3000.

Prerequisites

Contributing

Feel free to submit pull request or suggestions here

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details