An open API service indexing awesome lists of open source software.

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)

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**