Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextjs-opinionated/nextjs-opinionated
Next.js boilerplate with: typescript, next.js, tailwindcss, storybook, jest, eslint, prettifier, react hook form, zod and react-query
https://github.com/nextjs-opinionated/nextjs-opinionated
Last synced: 3 months ago
JSON representation
Next.js boilerplate with: typescript, next.js, tailwindcss, storybook, jest, eslint, prettifier, react hook form, zod and react-query
- Host: GitHub
- URL: https://github.com/nextjs-opinionated/nextjs-opinionated
- Owner: nextjs-opinionated
- License: mit
- Created: 2021-06-15T13:19:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T19:15:38.000Z (about 3 years ago)
- Last Synced: 2024-10-25T05:40:47.332Z (3 months ago)
- Language: TypeScript
- Homepage: https://nextjs-opinionated.vercel.app/
- Size: 3 MB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - nextjs-opinionated/nextjs-opinionated - Next.js boilerplate with: typescript, next.js, tailwindcss, storybook, jest, eslint, prettifier, react hook form, zod and react-query (TypeScript)
README
## [nextjs-opinionated](https://github.com/saitodisse/nextjs-opinionated)
### - [demo](https://nextjs-opinionated.vercel.app/)
### - [storybook](https://main--60d0b5d829870700396e0a3b.chromatic.com)
---
_check [nextjs-opinionated-hasura](https://github.com/saitodisse/nextjs-opinionated-hasura) ([demo](https://nextjs-opinionated-hasura.vercel.app/)) with Hasura and Auth0_
---
### This template includes
- [next.js](https://nextjs.org/)
- [storybook](https://storybook.js.org/)
- [typescript](https://www.typescriptlang.org/)
- [tailwindcss](https://tailwindcss.com/)
- [daisyui](https://daisyui.com/)
- [jest](https://jestjs.io/)
- [eslint](https://eslint.org/)
- [prettifier](https://prettier.io/)
- [sweetalert2](https://sweetalert2.github.io/)
- [react-icons](https://react-icons.github.io/react-icons/)
- [react-query](https://react-query.tanstack.com/)
- [auth0](https://auth0.com/)---
## how to use
Just fork and run:
```sh
# npm install
yarn install# next.js site
yarn dev# storybook site
yarn storybook# tests
yarn test --watch
```---
## configure Auth0
- https://github.com/auth0/nextjs-auth0
---
## always updated
_Please, update all packages before continue:_
```sh
# yarn global add npm-check-updates
ncu -u
yarn
```_tests everything's still works:_
```sh
yarn checkAll
```If everything is working, please make a pull request
---
_based on [https://github.com/elitizon/nextjs-tailwind-storybook](https://github.com/elitizon/nextjs-tailwind-storybook)_