nextjs-boilerplate
๐ Next.js 16+ boilerplate with typescript, husky, lint-staged, biome, vitest, react-testing-library, storybook, and GH actions.
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.zip)- LICENSE.txt
- SKILL.md
- frontend-design
- dependency-review.yml
- main.yml
- dependabot.yml
- commit-msg
- pre-commit
- pre-push
- main.ts
- preview.tsx
- fileMock.js
- styleMock.js
- MainLayout.test.tsx
- MainProvider.test.tsx
- ThemeProvider.test.tsx
- ThemeToggle.test.tsx
- Button.test.tsx
- setup.ts
- test-utils.tsx
- 2026-03-01-biome-migration-design.md
- 2026-03-01-biome-migration.md
- 2026-03-01-demo-component-design.md
- 2026-03-01-demo-component-plan.md
- 2026-03-01-documentation-update-design.md
- 2026-03-01-documentation-update-plan.md
- 2026-03-01-full-dependency-update-design.md
- 2026-03-01-full-dependency-update.md
- 2026-03-01-shadcn-baseui-design.md
- 2026-03-01-shadcn-baseui-plan.md
- 2026-03-01-vitest-migration-design.md
- 2026-03-01-vitest-migration-plan.md
- favicon.ico
- vercel.svg
- Demo.tsx
- layout.tsx
- page.tsx
- index.ts
- MainLayout.tsx
- index.ts
- MainProvider.tsx
- index.ts
- ThemeProvider.tsx
- index.ts
- ThemeToggle.tsx
- Button.stories.tsx
- Button.tsx
- index.ts
- .gitkeep
- .gitkeep
- env.mjs
- index.ts
- cn.ts
- index.ts
- index.ts
- .gitkeep
- globals.css
- .env.example
- .gitignore
- biome.json
- CHANGELOG.md
- CLAUDE.md
- LICENSE
- next-env.d.ts
- next.config.mjs
- package.json
- pnpm-lock.yaml
- postcss.config.js
- README.md
- SECURITY.md
- skills-lock.json
- tsconfig.json
- vitest.config.ts
# ์ค์น ๊ฐ์ด๋
1. ์ฝ๋ ๋ด๋ ค๋ฐ๊ธฐ
git clone https://github.com/hadrysm/nextjs-boilerplate
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd nextjs-boilerplate
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. Node.js
์ฌ์ ์ถ์ฒ์ฌ์ ์ค๋น๋ฌผ
pnpm create next-app -e https://github.com/hadrysm/nextjs-boilerplate
์ด ๋ช ๋ น์ด๋ฅผ ํฐ๋ฏธ๋์ ๊ทธ๋๋ก ์ ๋ ฅํด ์คํํ์ธ์.
corepack use pnpm@`pnpm -v` && pnpm i
์ด ๋ช ๋ น์ด๋ฅผ ํฐ๋ฏธ๋์ ๊ทธ๋๋ก ์ ๋ ฅํด ์คํํ์ธ์.
pnpm build
์ด ๋ช ๋ น์ด๋ฅผ ํฐ๋ฏธ๋์ ๊ทธ๋๋ก ์ ๋ ฅํด ์คํํ์ธ์.
pnpm start
๊ฐ๋ฐ/์คํ ์๋ฒ๋ฅผ ์ผญ๋๋ค.
๋ช
๋ น์ด ์คํ ํ ํฐ๋ฏธ๋์ ๋ํ๋๋ ์ฃผ์(๋ณดํต http://localhost:3000 ํํ)๋ฅผ ๋ธ๋ผ์ฐ์ ์์ ์ด์ด๋ณด์ธ์.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
// repository documentation
Was this content helpful?
(0 ratings)
