An open API service indexing awesome lists of open source software.

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

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)