분류 전체보기
-
Elastic Beanstalk에서 EC2에 직접적으로 접속 할 때 필요한 경로AWS/Elastic Beanstalk 2023. 8. 9. 21:18
https://wooogy-egg.tistory.com/17 AWS Elastic Beanstalk에서 배포한 서비스 EC2 접속 AWS beanstalk에 배포된 서버에서 테스트 시도 aws 웹사이트에서도 콘솔 접속이 가능하지만 vscode로 접속하고자 했음 이유는 로컬에서 편하게 서버 환경을 볼 수 있고 수정에 용이하기 때문 Problem Shoo wooogy-egg.tistory.com
-
Nextjs 배포시 공식문서Next.js 2023. 8. 9. 12:00
https://nextjs.org/docs/pages/building-your-application/deploying 참고자료 https://m4nd4r1n.dev/docker-nginx-github-actions%EB%A1%9C-nextjs-%EC%9E%90%EB%8F%99-%EB%AC%B4%EC%A4%91%EB%8B%A8-%EB%B0%B0%ED%8F%AC%ED%95%98%EA%B8%B0#6570a268d076468eb365f4cc8892b85c 참고자료 https://github.com/vercel/next.js/blob/canary/examples/with-docker/README.md
-
-
NestJS에서 프로젝트 기본 세팅 및 사용하는 라이브러리 정리Nest.js 2023. 8. 8. 11:18
NestJS 프로젝트 생성하기.$ nest new project-name --strict ts.config{ "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2021", "sourceMap": true, "outDir": "./dist", "incremental": true, "strict": true, "skipLibCheck": true, "strictNullChecks..
-
[라이브러리]React에서 드래그 이벤트 필요할 때React.js 2023. 7. 25. 15:02
https://www.npmjs.com/package/react-draggable react-draggable React draggable component. Latest version: 4.4.5, last published: a year ago. Start using react-draggable in your project by running `npm i react-draggable`. There are 1712 other projects in the npm registry using react-draggable. www.npmjs.com
-
-
yarn berry 사용법(yarn3)카테고리 없음 2023. 7. 18. 09:37
https://duck-blog.vercel.app/blog/web/what-is-yarn-berry