Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

프로젝트 관련 정보 #1

Open
kim-taewoo opened this issue Jul 9, 2022 · 0 comments
Open

프로젝트 관련 정보 #1

kim-taewoo opened this issue Jul 9, 2022 · 0 comments

Comments

@kim-taewoo
Copy link
Collaborator

kim-taewoo commented Jul 9, 2022

시동

  1. 클론을 받는다.
  2. node js 버전을 16.13.2 로 맞춘다. (nvm 등을 활용해서 버전 설치) 16 버전 이상이면 다 될지 안될 지 모르겠네
  3. npm install
  4. npx prisma db push 로 테스트DB(sqlite) 생성
  5. 디비 테이블을 보고 싶을시 npx prisma studio 를 터미널에 쳐서 실행
  6. 보통 npx prisma db push 만 하면 되지만 prisma schema 작업을 했고, 제대로 타입이 생성되지 않은 것 같으면 npx prisma generate 로 타입생성 (쓸 일 없을듯?)
  7. npm run dev 로 프로젝트 실행

교재

nomadcoders 당근마켓 클론: https://nomadcoders.co/carrot-market
trpc 튜토리얼: https://youtu.be/syEWlxVFUrY
prisma 튜토리얼: https://youtu.be/RebA5J-rlwg

사용할 라이브러리 및 리소스

배포 URL

개발용: https://knock-knock-nexters.vercel.app/

@kim-taewoo kim-taewoo changed the title 프로젝트 구동 방법 프로젝트 관련 정보 Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant