Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)_