This project is KOIN community (ver. React library)
npm run build
# if you using yarn
yarn buildnpm start
# if you using yarn
yarn startnpm run test
# if you using yarn
yarn test│
├── public
├── src
│   ├── api
│   ├── components
│   │   ├── BoardComponents
│   │   ├── IndexComponents
│   │   ├── InfoComponents
│   │   ├── SharedComponents
│   │   ├── TimeTableComponents
│   │   └── UserComponents
│   ├── containers
│   │   ├── BoardContainers
│   │   ├── IndexContainers
│   │   ├── InfoContainers
│   │   └── UserContainers
│   ├── hooks
│   ├── lib
│   ├── modules
│   ├── pages
│   │   ├── BoardPages
│   │   ├── InfoPages
│   │   └── UserPages
│   ├── sagas
│   └── staic
└── static
version_1.0.0
Vue to React 마이그레이션
version_1.1.0
- 코인 서비스 축소
- 다음 서비스들을 삭제하였습니다.
 - 중고장터
 - 게시판(공지사항 제외)
 - 분실물
 - 검색 기능
 
 
- React
 - Redux
- Redux-saga
 - Redux-thunk
 
 - styled-components