fullstack-next-template
Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization.
파일 탐색기
최종 버전 다운로드 (.zip)- dependabot.yml
- FUNDING.yml
- settings.json
- file.svg
- globe.svg
- next.svg
- vercel.svg
- window.svg
- declaration.d.ts
- global.ts
- route.ts
- favicon.ico
- layout.tsx
- page.ts
- envs.ts
- sites.ts
- custom-utilities.css
- globals.css
- cn.ts
- withVerifyAppkey.ts
- Home.page.tsx
- random.ts
- Quote.controller.ts
- Quote.model.ts
- useClipboard.ts
- useCountdown.ts
- useMounted.ts
- useOutsideClick.ts
- usePooling.ts
- useQueryParams.ts
- useScrollListener.ts
- useToggler.ts
- useUpdated.ts
- withPromise.ts
- withRequest.ts
- index.ts
- interfaces.ts
- download.ts
- debounce.ts
- throttle.ts
- queryParamsModifier.ts
- Controller.ts
- HttpError.ts
- Middleware.ts
- metadata.ts
- .env.example
- .gitignore
- DOCS.md
- eslint.config.mjs
- headers.config.js
- LICENSE
- next-env.d.ts
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
- webpack.config.js
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/gadingnst/fullstack-next-template
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd fullstack-next-template
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm run dev
개발/실행 서버를 켭니다.
yarn dev
개발/실행 서버를 켭니다.
pnpm dev
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
