코딩기록

항해 46일) 클론프로젝트 배포 완료 (Node.js + React : 왓챠) 본문

항해99/챕터5 클론 코딩

항해 46일) 클론프로젝트 배포 완료 (Node.js + React : 왓챠)

뽀짝코딩 2022. 2. 28. 11:33
728x90

API상세부터 어려워서 헤매고 알고리즘 문제 풀듯이 노드 8명 다 같이 api 구현을 위해 머리를 맞대던 클론 프로젝트였다. 같이 시작해도 배움의 속도가 다르다는 걸 많이 알게 되었고 api 기능 구현 시에는 좀 더 api 상세를 분석하고 인지된 상태여야 코드 작성이 수월하다는 걸 경험으로 익힌 주간이었다.

아, 그리고 중요한 것! 듣는 사람이 이해가게 설명하는 것이 협업의 전부라는 것도 경험을 통해 알게 되었다.

 

프로젝트 유툽영상

https://www.youtube.com/watch?v=IyRvRpz98kQ

 

 

 

 

 

 

 

 

항해 5기 클론 갤러리

https://hanghae99.spartacodingclub.kr/exhibitions/clone/5/A

백엔드 깃헙 주소

https://github.com/WhatTheCha-BE/WhatTheCha-BE

 

프론트엔드 깃헙 주소

https://github.com/hyemin9403/WhatTheCha-FE

 

 

WhatTheCha-BE 깃헙 리드미

WhatTheCha-BE

clone cording project

기간

2022-2-18 ~ 2022-02-24

참여 인원

  • FE - 명석환, 우혜민
  • BE - 김지성, 박수지, 이학진

사용기술

  • javascript
  • Node.js
  • JWT
  • VScode
  • GitHub
  • MongoDB

주요기능

  • 계정당 4개의 프로필 생성 가능
  • 프로필마다 각자 정보 저장
  • 보고싶어요, 다본작품, 이어보기, 평가 별로 리스트 보여주기

WhatTheCha-FE 깃헙 리드미

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

 

 

 

 

 

 

 

 

 

반응형
Comments