https://github.com/dnd-side-project/dnd-7th-4-frontend
한 줄로 보는 날씨, 한줄날씨 🌧 ☀️ 🌈
https://github.com/dnd-side-project/dnd-7th-4-frontend
docker docker-compose nginx react react-query recoil styled-components
Last synced: over 1 year ago
JSON representation
한 줄로 보는 날씨, 한줄날씨 🌧 ☀️ 🌈
- Host: GitHub
- URL: https://github.com/dnd-side-project/dnd-7th-4-frontend
- Owner: dnd-side-project
- License: mit
- Created: 2022-07-16T15:50:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T09:37:17.000Z (over 3 years ago)
- Last Synced: 2023-03-05T04:07:40.211Z (over 3 years ago)
- Topics: docker, docker-compose, nginx, react, react-query, recoil, styled-components
- Language: JavaScript
- Homepage: https://www.weathercomment.com
- Size: 6.53 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

---
## 👩🏻💻 Developer
## 🧱 Project Structure
```📦 dnd-7th-3-frontend
┣ 📂 .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](https://docs.npmjs.com/cli/v8/commands/npm-install)
```bash
> 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](https://docs.npmjs.com/cli/v8/commands/npm-start)
```bash
> npm start
```
## ****📚**** Documentations
- [PREVIEW](https://youtu.be/17x9yuOwLVQ)
- [WIKI](https://github.com/dnd-side-project/dnd-7th-4-frontend/wiki)
- [WORKSPACE](https://team-project22.notion.site/DND-7-4-1a8d9c19cece4e7bb2e0921bb85ed315)
- [PPT](https://github.com/dnd-side-project/dnd-7th-4-frontend/wiki/PPT)
## 🔒 LICENSE
dnd-7th-4-frontend is licensed under the [MIT License](https://github.com/dnd-side-project/dnd-7th-4-frontend/blob/main/LICENSE)
