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
andcommitizen
. 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. Runningnpm run commit
oryarn commit
will help you craft good commit messages.
- A helper NPM script
- Great Environment Variables setup.
- Prisma for working with a RDS.
- Vitest for Testing.
- Sentry for AWS Lambda Environments.