/Finble-FE

주린이를 위한 주식 포트폴리오 관리 서비스✨

Primary LanguageTypeScript

Finble-FE

개요

https://github.com/finble-dev

배포링크

https://front.finble.net/

실행 및 빌드

# 실행
yarn start

# 빌드
yarn build

개발 툴

React + TypeScript + Redux

환경설정 with yarn

npm install -g yarn
yarn create react-app client --template typescript
yarn add styled-components @types/styled-components
yarn add react-router-dom @types/react-router-dom
yarn install

커밋 규칙

  1. sparkles ( ✨ ) : add new features
  2. art ( 🎨 ) : improve structure / format of the code
  3. bug ( 🐛 ) : fix a bug

머지 규칙

  1. 기능 단위 pr
  2. 리뷰어 코드리뷰후 머지 예외 ) bug fix

파일구조

|-- src
|   |-- assets
|   |-- components
|   |-- interface
|   |-- network
|   |-- pages
|   |-- store
|   |-- types
|
|-- App.tsx
|-- index.tsx