nextjs-boilerplate
nextjs-boilerplate copied to clipboard
Simple Next.js boilerplate with lint-staged, husky, eslint + prettier, jest, commitlint + commitizen, next-pwa, storybook and styled-components.
Next.js Boilerplate
Simple Next.js boilerplate with lint-staged, husky, eslint + prettier, jest, commitlint + commitizen, storybook and styled-components.
Technologies | License

:rocket: Technologies
- React.js
- Next.js
- lint-staged
- husky
- eslint
- prettier
- jest
- commitlint
- commitizen
- storybook
- lint-staged
- styled-components
- next-pwa
- plop
:information_source: 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/felipe-jm/nextjs-boilerplate
:gear: Generating components
yarn generate Button
Result:
└── components
└── Button
├── index.tsx
├── stories.tsx
├── styles.ts
└── test.tsx
🤝 Contributing
- Fork this repository;
- Create your branch:
git checkout -b my-awesome-contribution; - Commit your changes:
git commit -m 'Add some awesome contribution'; - Push to the branch:
git push origin my-awesome-contribution.
After your pull request is merged, you can safely delete your branch.
:memo: License
This project is under the MIT license. See the LICENSE for more information.
Made with much :heart: and :muscle: by Felipe Jung :blush: My Contact