일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 자바
- design pattern
- 데이터모델링과마이닝
- 디자인 패턴
- 프로그래머스 자바
- codesandbox
- vanillaJS
- 백준
- 컴퓨터 네트워크
- react hook
- 프로그래머스 완전탐색
- 자바스크립트
- JavaScript
- react
- 프로그래밍 언어론
- useState
- NextJS
- 프로그래머스
- 자바 공부
- 코틀린
- 코딩테스트 고득점 Kit 완전탐색
- useEffect
- websocket
- 리액트
- 장고
- Java
- React JS
- 코딩테스트 고득점 Kit
- 리액트 훅
- react firebase
Archives
- Today
- Total
목록nextjs typescript 시작하기 (1)
기록하는 개발자
[NextJs] NextJs+Typescript로 프로젝트 시작하기
1. Node 설치 - Node 설치가 되어있지 않은 경우 Node 부터 설치 - 이미 Node가 설치되어 있는 경우 2번부터 수행 // node version 확인 node -v [ Mac OS ] - 1) homebrew설치(없는경우) /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - 2) node 설치 brew install node [ Window ] - 1) Chocolatey 설치(없는경우) Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtoc..
Web/NextJs
2023. 5. 8. 21:53