https://github.com/technikhil314/next-typescript-boilerplate
A boilerplate with next.js, typescript, jest, react-testing-library and tailwindcss
https://github.com/technikhil314/next-typescript-boilerplate
Last synced: over 1 year ago
JSON representation
A boilerplate with next.js, typescript, jest, react-testing-library and tailwindcss
- Host: GitHub
- URL: https://github.com/technikhil314/next-typescript-boilerplate
- Owner: technikhil314
- Created: 2021-01-30T08:01:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T08:15:49.000Z (over 5 years ago)
- Last Synced: 2025-02-12T14:57:27.089Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 382 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# next-ts-boilerplate
### Dependancies
1. Next v10.x
1. Typescript v4.x
1. Tailwindcss v2.x
1. jest v26.x -> Unit test runner
1. @testing-library/react v11.x -> react test renderer and lot more stuff
1. msw v0.x -> Mocking fetch calls
1. eslint v7.x -> linting the files
1. husky 4.x -> git hooks
1. lint-staged v10.x -> linting files before commit
1. commitlint -> to make sure commit messages are as per conventional commits