Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 882 Bytes

README2.md

File metadata and controls

39 lines (28 loc) · 882 Bytes

걸엉가게

This repository is for the frontend of the project '걸엉가게'.

Installation

  1. Clone the git repository:

    git clone https://github.com/9oormthon9th/FE.git
    cd FE
  2. Install node dependencies:

    npm ci

    We have tested the project with node v22.8.0 and npm v10.8.2.

Usage

  1. Set your Kakao JavaScript API key in the ./public/index.html file.

    • You also need to check "앱 설정 > 플랫폼 > Web" section of the Kakao Developers.

    • Do not expose your API key to the public.

  2. Run react app:

    npm start