일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 디자인 패턴
- 컴퓨터 네트워크
- design pattern
- react hook
- 코딩테스트 고득점 Kit 완전탐색
- NextJS
- 백준
- 장고
- websocket
- Java
- 프로그래머스 완전탐색
- useState
- 프로그래밍 언어론
- 데이터모델링과마이닝
- React JS
- codesandbox
- 프로그래머스
- 리액트
- useEffect
- 프로그래머스 자바
- 자바 공부
- 리액트 훅
- JavaScript
- react
- vanillaJS
- 코틀린
- 자바스크립트
- 자바
- react firebase
- 코딩테스트 고득점 Kit
Archives
- Today
- Total
목록nextjs 에 typescript (1)
기록하는 개발자
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/LSvEs/btseqLa15E6/1VX9nt8NTOd3YQpjA0Utx1/img.jpg)
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