A simple Koa 2 boilerplate for API's using ES6.
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.
Feel free to submit pull request or suggestions here
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details