Giter Site home page Giter Site logo

deploy-test's Introduction

πŸ“‹κ°œμš”

FE_PS κΈ°μ—… 연계 ν”„λ‘œμ νŠΈ.
뢀동산 정보λ₯Ό 보닀 μ‰½κ²Œ μ•Œ 수 μžˆλ„λ‘ λ•λŠ” μ›Ή μ„œλΉ„μŠ€ ꡬ좕.

πŸ“ν΄λ”κ΅¬μ‘°

β”œβ”€β”€ public
β”‚   └── favicon.ico
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ main.tsx
β”‚   β”œβ”€β”€ App.tsx
β”‚   β”œβ”€β”€ πŸ—€api  // api 관리 폴더
β”‚   β”‚   └── api.ts
β”‚   β”œβ”€β”€ πŸ—€assets  // 둜고 이미지 λ“± μ‚¬μš© 파일 관리 폴더
β”‚   β”œβ”€β”€ πŸ—€components  // μž¬μ‚¬μš© κ°€λŠ₯ν•œ μ»΄ν¬λ„ŒνŠΈ μ €μž₯ 폴더
β”‚   β”‚   └── πŸ—€Example  // μ»΄ν¬λ„ŒνŠΈλ³„λ‘œ 폴더 ꡬ쑰 생성 μ˜ˆμ‹œ
β”‚   β”‚       β”œβ”€β”€ index.tsx
β”‚   β”‚       └── style.tsx  //css-in-js 뢄리.
β”‚   β”œβ”€β”€ πŸ—€pages  // νŽ˜μ΄μ§€ μ €μž₯ 폴더
β”‚   β”‚   β”œβ”€β”€ πŸ—€Home  // ν™ˆ ν™”λ©΄ νŽ˜μ΄μ§€
β”‚   β”‚   β”‚   β”œβ”€β”€ index.tsx
β”‚   β”‚   β”‚   └── style.tsx
β”‚   β”‚   β”œβ”€β”€ πŸ—€Detailed  // 상세 심사 νŽ˜μ΄μ§€λ“€
β”‚   β”‚   β”‚   β”œβ”€β”€ Upload.tsx
β”‚   β”‚   β”‚   β”œβ”€β”€ Explanation.tsx
β”‚   β”‚   β”‚   β”œβ”€β”€ PdfInfo.tsx
β”‚   β”‚   β”‚   β”œβ”€β”€ LocationInfo.tsx
β”‚   β”‚   β”‚   β”œβ”€β”€ AuctionInfo.tsx
β”‚   β”‚   β”‚   └── style.tsx
β”‚   β”‚   β”œβ”€β”€ πŸ—€Simple  // κ°„νŽΈ 심사 νŽ˜μ΄μ§€λ“€
β”‚   β”‚   β”œβ”€β”€ πŸ—€News  // 뢀동산 λ‰΄μŠ€ νŽ˜μ΄μ§€
β”‚   β”‚   └── πŸ—€NotFound
β”‚   β”œβ”€β”€ πŸ—€store  // μ „μ—­ μƒνƒœ 관리 폴더
β”‚   β”‚   └── γ„΄store.js
β”‚   β”œβ”€β”€ πŸ—€styles  // 곡용 μŠ€νƒ€μΌ 관리 폴더
β”‚   β”‚   β”œβ”€β”€ DesignSystem.tsx  // 폰트 관리
β”‚   β”‚   β”œβ”€β”€ GlobalStyle.tsx  // reset.css
β”‚   β”‚   └── Theme.ts  // ν…Œλ§ˆ 컬러 관리
β”‚   └── πŸ—€util  // μœ ν‹Έ ν•¨μˆ˜, μ»€μŠ€ν…€ ν›… μ €μž₯ 폴더
└── index.html

βš οΈμ»€λ°‹ μ»¨λ²€μ…˜

'νƒœκ·Έ: λ‚΄μš©'의 ν˜•νƒœμ΄λ©°, :λ’€μ—λ§Œ space.
νƒœκ·Έ μ™Έμ—λŠ” ν•œκΈ€λ‘œ ν‘œκΈ°. μ—°κ΄€ 이슈 λ²ˆν˜Έλ„ ν‘œκΈ°.

Feat: μƒˆλ‘œμš΄ κΈ°λŠ₯ μΆ”κ°€
Fix: 버그λ₯Ό 고친 경우
Design: css μž‘μ—…
Refactor: μ½”λ“œ λ¦¬νŒ©ν† λ§
Conf: ν™˜κ²½ μ„€μ • λ³€κ²½, νŒ¨ν‚€μ§€ λ§€λ‹ˆμ € λ³€κ²½
Docs: λ¬Έμ„œ μž‘μ„±

// μ‚¬μš©μ˜ˆμ‹œ
git commit -m "Feat: 둜그인 νŽ˜μ΄μ§€ 생성 #이슈번호"
git commit -m "Design: 둜그인 λ²„νŠΌ λ””μžμΈ #이슈번호"
git commit -m "Docs: Readme.md μˆ˜μ • #이슈번호"

πŸ“šμ‚¬μš© 라이브러리

  • axios : api 호좜
  • @emotion/styled : css-in-js
  • zustand : μ „μ—­ μƒνƒœ 관리

deploy-test's People

Contributors

05castle avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.