Skip to content

2021 소프트웨어공학 프로젝트 <고독한 시식가>의 프론트엔드 개발 레포지토리

License

Notifications You must be signed in to change notification settings

LonelyFoodie/lonelyfoodie-web

Repository files navigation

lonelyfoodie-web

고독한 시식가 프론트엔드 개발 레포지토리

(2021/10/20~2021/12/10)

Setting up environment variable

  • https://developers.kakao.com/ 에서 개발자 계정으로 로그인합니다.
  • 등록한 애플리케이션의 JavaScript 키와 REST API 키를 복사합니다.
  • 루트에 아래와 같은 내용으로 .env 파일을 만듭니다.
KAKAO_KEY=복사한_JavaScript_키
REST_API_KEY=복사한_REST_API_키
REDIRECT_URI=http://localhost:8080/oauth
  • 복사한_JavaScript_키복사한_REST_API_키가 유출되지 않도록 주의하세요.

Getting started with yarn

git clone https://github.com/LonelyFoodie/lonelyfoodie-web.git
cd lonelyfoodie-web
yarn install
yarn start

Go to http://localhost:8080/

About

2021 소프트웨어공학 프로젝트 <고독한 시식가>의 프론트엔드 개발 레포지토리

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published