Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 663 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 663 Bytes

Sprint Challenge 3조 - FE

Vite + React + Styled-components 기반의 웹 어플리케이션입니다.

프로젝트 시작하는 방법

1. 프로젝트 클론

    git clone https://github.com/GDG-on-Campus-KHU/SC3-FE.git
    cd SC3-FE

2. 의존성 설치

    npm install

3. .env 파일 생성

프로젝트 최상위 경로에서 .env 파일 생성 후 사전에 안내해드린 키를 입력해주세요.

    VITE_MAPS_KEY = "KEY"

4. 개발 서버 실행

http://localhost:5173으로 실행됩니다. (다른 포트 사용 시 map api 연결이 안되니 참고해주세요)

    npm run dev