Skip to content

dnd-side-project/dnd-7th-4-frontend

Repository files navigation



👩🏻‍💻 Developer




이동현 김해나 이지아

🛠 Tech Stack


🧱 Project Structure

 ┣ 📂 .github
 ┣ 📂 .husky
 ┣ 📂 .storybook
 ┣ 📂 nginx
 ┣ 📂 public
 ┣ 📂 src
 ┃ ┣ 📂 api
 ┃ ┣ 📂 assets
 ┃ ┣ 📂 components
 ┃ ┣ 📂 hooks
 ┃ ┣ 📂 pages
 ┃ ┃ ┣ 📜 Home
 ┃ ┃ ┣ 📜 Splash
 ┃ ┃ ┣ 📜 Location
 ┃ ┃ ┣ 📜 Alarm
 ┃ ┃ ┣ 📜 Error
 ┃ ┣ 📂 recoil
 ┃ ┣ 📂 routes
 ┃ ┣ 📂 styles
 ┃ ┣ 📂 stories
 ┃ ┣ 📜 App.js
 ┃ ┣ 📜 index.js
 ┣ 📜 .gitignore
 ┣ 📜 .dockerignore
 ┣ 📜 .eslintrc
 ┣ 📜 .prettierrc
 ┣ 📜 commitlint.config.js
 ┣ 📜 craco.config.js
 ┣ 📜 docker-compose.yml
 ┣ 📜 dockerfile
 ┣ 📜 dockerfile.dev
 ┣ 📜 package.json
 ┣ 📜 package-lock.json
 ┣ 📜 README.md
 ┣ 📜 LICENSE

⚙️ Project Settings

Install NPM Dependencies

> npm install

Set .env file

REACT_APP_KAKAO_APP_KEY=YOUR_KAKAO_APP_KEY
REACT_APP_KAKAO_JAVASCRIPT_KEY=YOUR_JAVASCRIPT_KEY

Start Dev Server

> npm start

📚 Documentations

🔒 LICENSE

dnd-7th-4-frontend is licensed under the MIT License