전체 글
-
-
[모바일 초대장 만들기][2]Github페이지 호스팅에 올리기.React.js/react 모바일 초대장 만들기 2021. 10. 13. 23:26
- 패키지설치하기. npm install gh-pages --save-dev - 설치가 완료되면 프로젝트에 있는 package.json 파일을 열어 "homepage" 주소를 추가한다. //package.json //.... "homepage": "http://JIHYE-P.github.io/react-github-pages" 형식은 http://{사용자 이름}.github.io/{저장소 이름}로 작성합니다. - 그다음, script 부분에 predeploy, deploy 를 추가한다. "scripts": { //... "predeploy": "npm run build", "deploy": "gh-pages -d build" } - 저장하고 터미널창을 열어 npm run deploy를 실행합니다. 그리고..
-
useEffect공부React.js/함수형 컴포넌트 2021. 10. 13. 16:49
https://rinae.dev/posts/a-complete-guide-to-useeffect-ko
-
[모바일 초대장 만들기][1]기본셋팅하기.React.js/react 모바일 초대장 만들기 2021. 10. 13. 10:34
사용 할 라이브러리 (1) react-reveal 얘도 안됨... 모듈 'react-reveal/Zoom'에 대한 선언 파일을 찾을 수 없습니다. 'c:/nodeprojct/Gotfather/client/node_modules/react-reveal/Zoom.js'에는 암시적으로 'any' 형식이 포함됩니다. 해당 항목이 있는 경우 'npm i --save-dev @types/react-reveal'을(를) 시도하거나, 'declare module 'react-reveal/Zoom';'을(를) 포함하는 새 선언(.d.ts) 파일 추가ts(7016) https://www.npmjs.com/package/react-awesome-reveal react-awesome-reveal React components..
-
디퓨저카테고리 없음 2021. 10. 13. 08:36
https://shop.yankeecandle.co.kr/mall/shop/item.php?it_id=1626170679 양키캔들 공식온라인스토어 양키캔들 한국 공식온라인스토어, 상품 정보, 정품 안내 shop.yankeecandle.co.kr 양키캔들 미드나잇썸머 https://www.coupang.com/vp/products/260380471?itemId=814626677&vendorItemId=70084868931&src=1032001&spec=10305201&addtag=400&ctag=260380471&lptag=P260380471&itime=20211013083954&pageType=PRODUCT&pageValue=260380471&wPcid=16308935387870477250917&wRef..
-
react-springReact.js 2021. 10. 7. 08:39
https://javascript.plainenglish.io/make-sites-stunning-with-parallax-effect-using-react-spring-93eb40a10182 Make Stunning Sites with Parallax Effect Using React-Spring How To Make Parallax Effect Vertical and Horizontal with React-Spring javascript.plainenglish.io https://javascript.plainenglish.io/make-your-site-more-beautiful-with-parallax-effect-9160cf8db2bd Make Your Site More Beautiful with..
-
-