https://github.com/rohmanhm/nextjs-starter
Nextjs Starter (Typescript, Lint, Husky, and many more)
https://github.com/rohmanhm/nextjs-starter
commitlint cz-changelog husky lint-staged micro nextjs-starter typescript
Last synced: 5 months ago
JSON representation
Nextjs Starter (Typescript, Lint, Husky, and many more)
- Host: GitHub
- URL: https://github.com/rohmanhm/nextjs-starter
- Owner: rohmanhm
- Created: 2020-03-14T13:13:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T01:06:58.000Z (about 1 year ago)
- Last Synced: 2025-03-05T14:03:34.068Z (7 months ago)
- Topics: commitlint, cz-changelog, husky, lint-staged, micro, nextjs-starter, typescript
- Language: JavaScript
- Homepage: https://nextjs-starter.roh.app/
- Size: 1.07 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextjs Starter
## Table of Contents
- [Nextjs Starter](#nextjs-starter)
- [Table of Contents](#table-of-contents)
- [More Starters](#more-starters)
- [Packages](#packages)
- [Scripts](#scripts)
- [Format](#format)
- [Build](#build)
- [Build with Bundle Analyzer](#build-with-bundle-analyzer)
- [License](#license)## More Starters
- [nextjs-starter](https://github.com/rohmanhm/nextjs-starter) - `The original template version`
- [nextjs-starter-tailwindcss](https://github.com/rohmanhm/nextjs-starter-tailwindcss) - `Add tailwindcss support out of the box`
- 💤 [nextjs-starter-chakra-ui](https://github.com/rohmanhm/nextjs-starter-chakra-ui) - `Add chakra-ui support out of the box`
- 💤 [nextjs-starter-antd](https://github.com/rohmanhm/nextjs-starter-antd) - `Add ant-design support out of the box`> **Note**: Project with (💤) means it's not actively being maintained.
## Packages
- **Commitlint**: For the conventional commits. [Why Use Conventional Commits
](https://www.conventionalcommits.org/en/v1.0.0-beta.2/#why-use-conventional-commits)## Scripts
### Format
```bash
pnpm format
```### Build
```bash
pnpm build
```### Build with Bundle Analyzer
```bash
pnpm build-analyze
```## License
**ISC - @rohmanhm**