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

https://github.com/muthhukumar/create-translation-strings-app


https://github.com/muthhukumar/create-translation-strings-app

Last synced: over 1 year ago
JSON representation

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)