https://github.com/muthhukumar/nextjs-template
A Nextjs typescript, Chakra-UI, eslint, prettier and jest template
https://github.com/muthhukumar/nextjs-template
eslint jest nextjs prettier template typescript
Last synced: 3 months ago
JSON representation
A Nextjs typescript, Chakra-UI, eslint, prettier and jest template
- Host: GitHub
- URL: https://github.com/muthhukumar/nextjs-template
- Owner: muthhukumar
- License: mit
- Created: 2021-06-19T05:22:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T00:58:19.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T03:48:40.794Z (over 1 year ago)
- Topics: eslint, jest, nextjs, prettier, template, typescript
- Language: TypeScript
- Homepage: https://nextjs-ts-template.netlify.app/
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NextJS Typescript Boilerplate
Bootstrap a developer-friendly NextJS app configured with:
- [Typescript](https://www.typescriptlang.org/)
- Linting with [ESLint](https://eslint.org/)
- Formatting with [Prettier](https://prettier.io/)
- Linting, typechecking and formatting on by default using [`husky`](https://github.com/typicode/husky) for commit hooks
- Testing with [Jest](https://jestjs.io/) and [`react-testing-library`](https://testing-library.com/docs/react-testing-library/intro)