/deprecated-nextjs-opinionated

Next.js boilerplate with: typescript, next.js, tailwindcss, storybook, jest, eslint, prettifier

Primary LanguageTypeScriptMIT LicenseMIT


Includes


For a more advanced template, with Hasura and NextAuth.js see nextjs-opinionated-hasura (demo)


how to use

Just fork and run:

# npm install
yarn install

# nextjs site
yarn dev

# storybook site
yarn storybook

always updated

Please, update all packages before continue:

# yarn global add npm-check-updates
ncu -u
yarn

tests everything's still works:

yarn build && yarn test && yarn storybook

If everything is working, please make a pull request


based on https://github.com/elitizon/nextjs-tailwind-storybook