Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Arc | 2,798 | a year ago | 18 | April 25, 2017 | 62 | JavaScript | ||||
React starter kit based on Atomic Design | ||||||||||
Vuesion | 2,663 | 19 days ago | 1 | mit | Vue | |||||
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design. | ||||||||||
Ifme | 1,376 | 23 days ago | 35 | agpl-3.0 | Ruby | |||||
Free, open source mental health communication web app to share experiences with loved ones | ||||||||||
Ts Monorepo | 1,235 | a day ago | 5 | mit | TypeScript | |||||
Template for setting up a TypeScript monorepo | ||||||||||
Next Right Now | 1,202 | 4 months ago | 38 | mit | HTML | |||||
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 Clone | 875 | a year ago | mit | TypeScript | ||||||
👻 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 Starter | 782 | a month ago | 3 | December 11, 2020 | 8 | mit | JavaScript | |||
: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: | ||||||||||
Boilerplate | 463 | 3 months ago | 19 | TypeScript | ||||||
Boilerplate to use in our React Avançado course | ||||||||||
Storybook Addon Specifications | 450 | 94 | 112 | 3 years ago | 23 | November 04, 2020 | 20 | JavaScript | ||
:book: Write tests next to your stories and display their results inside storybook interface | ||||||||||
Gatsby Starter | 386 | a year ago | 32 | TypeScript | ||||||
Gatsby 2.0 starter with typescript and many cools dev tools |
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.
Developer experience first:
@
prefixAll 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.
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
You can see the results locally in production mode with:
yarn build
yarn start
yarn generate Button
Result (if you chose an atom component):
components
atoms
Button
index.ts
Button.stories.tsx
Button.test.tsx
Button.tsx
git checkout -b my-awesome-contribution
;git commit -m 'feat: Add some awesome contribution'
;git push origin my-awesome-contribution
.Licensed under the MIT License, Copyright 2022
See LICENSE for more information.
Made with much ❤️ and 💪 by Mateusz Hadry 😊 My Contact