Skip to content

whos-bax/whothatsme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

꿈이 많은 어른 아이

새로 변경하여 배포 했습니다.

https://github.com/whos-bax/whosbax-dev


세상을 밝게 비추고 싶은 꿈이 많은 어른 아이🙏✌

프론트엔드 포트폴리오 제작

  1. Creat-React-App
  2. React-bootstrap
  3. React-Router-Dom

0. 프로젝트 구조

whothatsme
ㄴ client
    ㄴ public
        ㄴimages
        ㄴindex.html
    ㄴ src
        ㄴ apis
        ㄴ components
        ㄴ css
        ㄴ pages
        ㄴ utils
        ㄴ App.js
        ㄴ index.js
ㄴ server
    ㄴ index.js
README.md

1. 프로젝트 설치

프로젝트를 다운 받을 경로로 이동한 뒤 다음 명령어를 복사 / 붙여넣기

git clone https://github.com/whos-bax/whothatsme.git

2. 패키지 설치

다음은 깃 클론 이후 한번만 실행합니다.

  1. 서버 패키지 설치

    npm install
    
  2. 클라이언트 패키지 설치

    cd client
    npm install
    

3. 프로젝트 실행

  1. 서버
    cd server
    npm run dev
    
  2. 클라이언트
    cd client
    npm start
    

이 외 더 자세히 알아보기

  1. 티스토리 블로그
  2. 노션