next-plate
๐ฆธโโ๏ธ A super template for Next.js with a pack of incredible tools
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.zip)- issue_template.md
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- commit-msg
- pre-commit
- extensions.json
- launch.json
- .gitkeep
- demo_desktop.gif
- demo_mobile.gif
- .gitkeep
- README.en-US.md
- README.ko-KR.md
- README.pt-BR.md
- .gitkeep
- icon-128x128.png
- icon-16x16.png
- icon-192x192.png
- icon-32x32.png
- icon-512x512.png
- .gitkeep
- banner.jpg
- powered-by-vercel.svg
- .gitkeep
- .gitkeep
- favicon.ico
- site.webmanifest
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.test.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- useFetch.ts
- IUser.ts
- [login].tsx
- _app.tsx
- _document.tsx
- index.tsx
- babel.config.js
- wdyr.ts
- api.ts
- index.ts
- keys.ts
- user.ts
- bgImages.ts
- theme.ts
- .gitkeep
- .commitlintrc
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .npmrc
- .prettierignore
- .prettierrc
- .versionrc
- CHANGELOG.md
- jest.config.js
- jest.setup.js
- LICENSE
- next-env.d.ts
- next-seo.config.js
- next-sitemap.config.js
- next.config.js
- package.json
- pnpm-lock.yaml
- README.md
- renovate.json
- tsconfig.json
# ์ค์น ๊ฐ์ด๋
1. ์ฝ๋ ๋ด๋ ค๋ฐ๊ธฐ
git clone https://github.com/gustavomorinaga/next-plate
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd next-plate
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. Node.js
์ฌ์ ์ถ์ฒ์ฌ์ ์ค๋น๋ฌผ
$ pnpm install
package.json์ ๋ช ์๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ค์ ๋ด๋ ค๋ฐ์ ์ค์นํฉ๋๋ค.
$ npm install
package.json์ ๋ช ์๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ค์ ๋ด๋ ค๋ฐ์ ์ค์นํฉ๋๋ค.
$ yarn install
package.json์ ๋ช ์๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ค์ ๋ด๋ ค๋ฐ์ ์ค์นํฉ๋๋ค.
$ pnpm run dev
๊ฐ๋ฐ/์คํ ์๋ฒ๋ฅผ ์ผญ๋๋ค.
$ npm run dev
๊ฐ๋ฐ/์คํ ์๋ฒ๋ฅผ ์ผญ๋๋ค.
๋ช
๋ น์ด ์คํ ํ ํฐ๋ฏธ๋์ ๋ํ๋๋ ์ฃผ์(๋ณดํต http://localhost:3000 ํํ)๋ฅผ ๋ธ๋ผ์ฐ์ ์์ ์ด์ด๋ณด์ธ์.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
// repository documentation
Was this content helpful?
(0 ratings)
