Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oreqr/next-clean-boilerplate

🚀Minimalist Next.js boilerplate with modern web development tools.
https://github.com/oreqr/next-clean-boilerplate

boilerplate ci eslint nextjs pnpm prettier shadcn-ui starter tailwindcss template typescript vscode-settings

Last synced: 24 days ago
JSON representation

🚀Minimalist Next.js boilerplate with modern web development tools.

Awesome Lists containing this project

README

        

> [!note]
>
> **License**
>
> [This template](https://github.com/OreQr/next-clean-boilerplate) (https://github.com/OreQr/next-clean-boilerplate) is distributed under the [Unlicense](https://unlicense.org) license.
>
> Feel free to use this template like our own.

# Next Clean Boilerplate

[![CI](https://github.com/OreQr/next-clean-boilerplate/actions/workflows/ci.yml/badge.svg)](https://github.com/OreQr/next-clean-boilerplate/actions/workflows/ci.yml)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/OreQr/next-clean-boilerplate/main)

Minimalist Next.js boilerplate with modern web development tools.

## Features

- Next.js 15
- TypeScript
- pnpm
- Tailwind CSS
- shadcn/ui
- Configured fonts
- ESLint v9
- Prettier
- VS Code configuration
- GitHub Actions CI

## Important scripts

- `pnpm check`: Runs lint, typecheck and formatting concurrently.