Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 811 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 811 Bytes

hono-api-starter

A starter repository to build Web Applications with Hono. Comes pre-configured with the following:

  • Hono for the framework.
  • Proper ESLint v9 + Prettier setup.
  • Husky hooks for ensuring standards.
  • Convential commit messages are setup via commitlint and commitizen. All the setup is done. If your commit messages don't follow that convention, it won't let you commit. Feel free to use another convention.
    • A helper NPM script commit has been added. Running npm run commit or yarn commit will help you craft good commit messages.
  • Great Environment Variables setup.
  • Prisma for working with a RDS.
  • Vitest for Testing.
  • Sentry for AWS Lambda Environments.