Nextjs Boilerplate

🚀 Next.js 13+ boilerplate with typescript, husky, lint-staged, eslint, prettier, jest, react-testing-library, storybook, ghaction and plop.
Alternatives To Nextjs Boilerplate
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Arc2,798
a year ago18April 25, 201762JavaScript
React starter kit based on Atomic Design
Vuesion2,663
19 days ago1mitVue
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Ifme1,376
23 days ago35agpl-3.0Ruby
Free, open source mental health communication web app to share experiences with loved ones
Ts Monorepo1,235
a day ago5mitTypeScript
Template for setting up a TypeScript monorepo
Next Right Now1,202
4 months ago38mitHTML
Flexible production-grade boilerplate with Next.js 11, Vercel and TypeScript. Includes multiple opt-in presets using Storybook, Airtable, GraphQL, Analytics, CSS-in-JS, Monitoring, End-to-end testing, Internationalization, CI/CD and SaaS B2B multi single-tenancy (monorepo) support
Snapchat Clone875
a year agomitTypeScript
👻 A Snapchat clone built with React and Redux. Written in Typescript. Styled with SASS. Tested with Cypress, Jest and Enzyme. Linted with Eslint and formatted with Prettier!
React Typescript Web Extension Starter782
a month ago3December 11, 20208mitJavaScript
:desktop_computer: Web Extension starter kit built with React, TypeScript, TailwindCSS, Storybook, Jest, EsLint, Prettier, and Webpack. Supports Google Chrome + Mozilla Firefox + Brave Browser + Microsoft Edge + Opera :fire:
Boilerplate463
3 months ago19TypeScript
Boilerplate to use in our React Avançado course
Storybook Addon Specifications450941123 years ago23November 04, 202020JavaScript
:book: Write tests next to your stories and display their results inside storybook interface
Gatsby Starter386
a year ago32TypeScript
Gatsby 2.0 starter with typescript and many cools dev tools
Alternatives To Nextjs Boilerplate
Select To Compare


Alternative Project Comparisons
Readme

Boilerplate and Starter for Next JS 13+, Tailwind CSS 3 and TypeScript

Boilerplate and Starter for Next.js, Tailwind CSS and TypeScript Made with developer experience first: Next.js, TypeScript, ESLint, Prettier, Husky, Lint-Staged, Jest, React Testing Library, PostCSS, Tailwind CSS, Storybook, Plop, GH actions.

Cover

🚀 Features

Developer experience first:

Plans

Testing

All tests are collocated with the source code inside the same directory. So, it makes it easier to find them. Unfortunately, it is not possible with the pages folder used by Next.js for routing (app/ soon ). So, what is why we have a __tests__ folder to write tests from files located in pages folder. Coverage threshold is set to 70%. In the .jest folder there is a custom provider for the all tests.

ℹ️ How To Use

To use this template you can simply click in Use this template or create your Next.js app based on this template by running:

yarn create next-app -e https://github.com/hadrysm/nextjs-boilerplate

Deploy to production

You can see the results locally in production mode with:

yarn build
yarn start

⚙️ Generating components

yarn generate Button

Result (if you chose an atom component):

 components
       atoms
         Button
           index.ts
           Button.stories.tsx
           Button.test.tsx
           Button.tsx

Contributing

  1. Fork this repository;
  2. Create your branch: git checkout -b my-awesome-contribution;
  3. Commit your changes: git commit -m 'feat: Add some awesome contribution';
  4. Push to the branch: git push origin my-awesome-contribution.

License

Licensed under the MIT License, Copyright 2022

See LICENSE for more information.


Made with much ❤️ and 💪 by Mateusz Hadry 😊 My Contact

Popular Storybook Projects
Popular Jest Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Reactjs
Nextjs
Tailwindcss
Jest
Eslint
Prettier
Storybook