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
- nextjs 메일보내기
- Til
- 구글 메일보내기
- 프로그래머스
- 카카오지도 구현
- use Client
- 전체 너비로 css
- 사이트맵
- react
- 알고리즘
- nextjs
- web3-react
- React 나이스 신원인증
- 프론트 본인인증
- 빈도수세기
- App Router
- 다중포인터
- 함수
- 메일 보내기 react
- pass인증
- github
- next15
- JavaScript
- nextjs contact us
- Next.js 나이스 본인인증
- react swiper
- 카카오맵 api
- swiper
- CSS
- robots.txt
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