https://github.com/muthhukumar/create-translation-strings-app
https://github.com/muthhukumar/create-translation-strings-app
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/muthhukumar/create-translation-strings-app
- Owner: muthhukumar
- License: mit
- Created: 2021-07-31T10:45:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T11:55:35.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T03:48:41.430Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://cts.dev-tools.in
- Size: 126 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)