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

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

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