Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juunie-roh/juun
NextJS Boilerplate
https://github.com/juunie-roh/juun
commitizen commitlint daisyui eslint github-actions husky jest lint-staged nextjs-boilerplate nextjs15 prettier semantic-release storybook tailwindcss typescript zustand
Last synced: about 1 month ago
JSON representation
NextJS Boilerplate
- Host: GitHub
- URL: https://github.com/juunie-roh/juun
- Owner: juunie-roh
- Created: 2024-10-13T23:10:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T04:24:09.000Z (about 1 month ago)
- Last Synced: 2024-11-29T05:20:46.260Z (about 1 month ago)
- Topics: commitizen, commitlint, daisyui, eslint, github-actions, husky, jest, lint-staged, nextjs-boilerplate, nextjs15, prettier, semantic-release, storybook, tailwindcss, typescript, zustand
- Language: TypeScript
- Homepage: https://juun.vercel.app
- Size: 5.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Juun
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
### This Project is using
- [Next.js](https://nextjs.org) with App Router and Page Router support
- Type checking [TypeScript](https://www.typescriptlang.org)
- Integrate with [Tailwind CSS](https://tailwindcss.com)
- Linter with [ESLint](https://eslint.org) (default NextJS, NextJS Core Web Vitals, Tailwind CSS)
- Code Formatter with [Prettier](https://prettier.io)
- Husky for Git Hooks
- Lint-staged for running linters on Git staged files
- Lint git commit with [commitlint](https://commitlint.js.org/)
- Write standard compliant commit messages with Commitizen
- Unit Testing with Jest and React Testing Library
- Run tests on pull request with GitHub Actions
- Automatic changelog generation with Semantic Release
- Absolute Imports using `@` prefix
- Global State Management with [zustand](https://zustand.docs.pmnd.rs/)
- Storybook for UI development