공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 11월 30, 2020 linux port 열린것 확인netstat -tnl 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 댓글
GIT 4월 25, 2022 1. GIT down load git clone [url] 2. GIT upload to local git add . git commit -m "init. code was added" 3. GIT upload to repository git push origin master 자세한 내용 보기
react step 6월 25, 2022 1. install vscode 2. install node (https://nodejs.org/en/) 3. in cmd shell $npm install -g create-react-app $create-react-app my-first $cd my-app $npm start -> localhost:3000 그후 app.js 파일을 수정하면 된다. 자세한 내용 보기
댓글
댓글 쓰기