This is a Next.js starter template that includes basic configurations and structure to help you get started quickly. But it's quite opinionated since it used my own configuration presets, so feel free to customize it to your needs.
src/
├── app/
│ ├── globals.css
│ ├── layout.tsx
│ └── page.tsx
The following extensions are recommended for this project:
editorconfig.editorconfig
: EditorConfigdbaeumer.vscode-eslint
: ESLintbradlc.vscode-tailwindcss
: Tailwind CSSstreetsidesoftware.code-spell-checker
: Code Spell CheckerThis project includes GitHub Actions workflows to automate code quality checks. The CI workflow runs on pull requests to the main branch and includes the following checks:
These checks ensure that the code meets the project's quality standards before merging into the main branch.
pnpm install
pnpm run dev
pnpm run build
pnpm run start
Please search for TODO
in the project to fill in necessary fields such as project name, description, and repository URL.
This project is licensed under the MIT License - see the LICENSE file for details.