Skip to content

ngenebio-yunsung/nextjs-13-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

이 프로젝트는 next13 App Routing 프로젝트 보일러 플레이트 입니다.

문서 작성일 : 2023년 7월 14일

1. 프로젝트 구성

next.js 13.4.1

next.js 13 문서 https://nextjs.org/docs

typescript

개발언어로 typescript 를 사용한다.

2. IDE, 개발환경 설정

stylelint

사용하는 IDE에서 stylelint를 설정해야 한다.

아래는 WebStorm IDE에서의 설정이다. img.png

[eslint] Delete 'cr' [prettier/prettier] 이슈

eolnative로 설정합니다.

git config --global core.eol native

macOS, linux autocrlfinput으로 설정합니다.

git config --global core.autocrlf input

windows 에서는 autocrlfauto으로 설정합니다.

git config --global core.autocrlf auto

참조 : https://developpaper.com/solution-to-delete-%E2%90%8Deslint-prettier-prettier-error/

3. 개발 가이드 문서

아래 개발 가이드 문서를 참조하십시오.

About

Next.js 13 프로젝트 boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.6%
  • JavaScript 11.4%
  • SCSS 9.5%
  • HTML 0.5%