- NextJS
- Typescript
- ESLint (Code Pattern)
- Prettier (Formatter)
- Husky (Pre-commit)
- Vitest (Unit/Integration Test)
- Cypress (Test E2E)
- Bun
git clone https://github.com/rodrigorvsn/next-boilerplate-bunny.gitbun installbun devbun testbun test:covbun lintbun cy:runbun cy:openInside /.vscode/settings.json we set prettier as the default formatter, and also set editor.codeActionsOnSave to run:
- Lint:
"source.fixAll.eslint" - Format:
"source.fixAll.format"
Using husky we can check all of our style standards to make sure our git commits are up to par. Check those checks out at .husky/pre-commit