728x90
파일 만들기
mkdir 파일명
파일 미리 만들어놨을 경우, 거기에 리액트까는 법은
cd 파일명
yarn create react-app .
커밋할때 모듈 너무 많아서 안될때는
.gitignore
파일 만들고 그 안에
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
#dependencies
0.5/node_modules
8.4 useMemo/node_modules
9styling-react/node_modules
node_modules/
이렇게 하니까 모듈 빼고 되더라
728x90
'웹 공부' 카테고리의 다른 글
C++ 객체지향프로그램 cout 입력출력 (0) | 2021.11.29 |
---|---|
객체지향 절차지향 (0) | 2021.11.29 |
toLocaleDateString 날짜 시간 나타내기 (0) | 2021.10.27 |
배열과 객체 차이 (0) | 2021.10.27 |
디버깅/npm/path (0) | 2021.09.24 |