This repository is for the frontend of the project '걸엉가게'.
- Landing Page
- Frontend: This repository.
- Backend Repository: Flask server for the project.
- Deployment Repository: Deployment on DKOS.
-
Clone the git repository:
git clone https://github.com/9oormthon9th/FE.git cd FE
-
Install node dependencies:
npm ci
We have tested the project with node v22.8.0 and npm v10.8.2.
-
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.
-
-
Run react app:
npm start