Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- react swiper
- 함수
- 카카오맵 api
- 전체 너비로 css
- CSS
- JavaScript
- nextjs 메일보내기
- robots.txt
- 카카오지도 구현
- nextjs contact us
- 프로그래머스
- use Client
- 메일 보내기 react
- 사이트맵
- next15
- github
- react
- 프론트 본인인증
- App Router
- web3-react
- 알고리즘
- 빈도수세기
- pass인증
- Next.js 나이스 본인인증
- nextjs
- 구글 메일보내기
- 다중포인터
- React 나이스 신원인증
- swiper
- Til
Archives
- Today
- Total
목록nextjs typescript (1)
YEV.log

1. 설치 및 실행 설치 npx create-next-app --typescript # or yarn create next-app --typescript # ... What is your project named? (프로젝트 이름) Would you like to use ESLint with this project? (eslint를 쓸건지 => yes) 실행 # 개발자 모드 npm run dev 2. ESLint, Prettier 세팅 1) 설치 npm install --save-dev prettier eslint-config-prettier eslint-plugin-prettier eslint-config-prettier : prettier와 충돌할 수 있는 eslint 규칙들을 꺼줍니다. eslint..
Web/React & Next.js
2023. 2. 14. 12:28