250x250
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 | 31 |
Tags
- 구름톤챌린지
- 테이블 해시 함수
- 연결 요소 제거하기
- 자바스크립트
- 호텔 대실
- 최솟갑 구하기
- mock date
- 리액트네이티브
- 중첩 점
- mutationobserver
- nextjs-performance
- nextjs
- 프로그래머스
- 헤르메스 엔진
- Google 애널리틱스
- 구름톤
- ResizeObserver
- Hermes Engine
- 테스트 Date
- JavaScript
- Jest uuid syntax
- 구름톤 챌린지
- Leetcode #javascript #알고리즘 #Algorithms #js
- 리액트네이티브 엔진
- 과제 진행하기
- 날짜 테스트
- 귤 고르기
- 통신망분석
- jest
- create-next-app
Archives
- Today
- Total
목록create-next-app (1)
나만보는개발공부블로그
[Nextjs] create-next-app
create-next-app Nextjs를 구성할 때 앱을 구성하기 위한 기초 설정들(eslint, alias, tailswind css, typescript)를 편하게 설정해서 nextjs 앱을 만들어주는 CLI라고 할 수 있다. npx create-next-app@latest or yarn create next-app 대화형 설치 방식 위의 명령어를 실행하게 되면 아래와 같이 여러 기초 설정들을 설정할지에 대한 정보들을 알려준다. 그래서 더 간편하게 앱을 구성할 수 있다고 할 수 있다. What is your project named? my-app Would you like to use TypeScript? No / Yes Would you like to use ESLint? No / Yes Woul..
Web Development/Front
2023. 9. 12. 18:25