전체 글
-
-
m1 맥북 node 개발 세팅 - [2] express 설치 & 리액트 설치카테고리 없음 2022. 4. 14. 00:06
sudo npm install express-generator -g express의 뼈대를 만들어주는 express-generator를 전역으로 설치 WARN 뜨는데 걍 무시 express -h 명령어 먹으면 성공한거! express server //server라는 express 프로젝트를 만든다라는 명령어 //시키는대로 하면됨. hange directory: $ cd server install dependencies: $ npm install run the app: $ DEBUG=server:* npm start express 서버 띄우기 성공! node 너무 좋아 2. nodemon 설치 nodemon을 설치하면 재시작 없이 코드를 자동 반영 할수 있다. cd server //server 폴더로 꼭 ..
-
m1 맥북 node 개발 세팅 - [1] node 설치카테고리 없음 2022. 4. 13. 01:00
1. vscode : vscode 홈페이지에서 다운. https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 2. git-fork : git-gui툴 홈페이지에서 다운. https://git-fork.c..
-
-
-
알아두자Html,CSS/반응형웹 공부 2022. 3. 26. 01:48
꿀팁 https://www.biew.co.kr/entry/%EC%8A%A4%ED%81%AC%EB%A1%A4-%EC%95%A0%EB%8B%88%EB%A9%94%EC%9D%B4%EC%85%98-%ED%9A%A8%EA%B3%BC%EB%A5%BC-%EC%A4%84-%EC%88%98-%EC%9E%88%EB%8A%94-%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC%E3%86%8DAOSjs 스크롤 애니메이션 효과를 줄 수 있는 라이브러리ㆍAOS.js AOS Animate On Scroll Library 프로젝트에서 퍼블리싱 작업 중 세로로 긴 콘텐츠의 메인 또는 서브페이지를 코딩하다 보면, 고객사의 요청에 의해 스크롤되었을 때 콘텐츠 요소의 애니메이션 효과를 퍼 www.biew...