Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 865 Bytes

README.md

File metadata and controls

54 lines (36 loc) · 865 Bytes

Cheers-frontend

2021 Fall CS473 Project: Watching Sports Service

Members

Dain Kim

Chigon Ryu

Subin Kim

Huikyeong An


How to run

npm install

npm start


Main File

src
├── actions          : redux actions
├── components      : contents of component
├── images        : All images
├── pages        : page file
├── reducer        : reducer function
├── utils     : include axios, path and socket
└── index.js     : ReactDom.render

File Form

.
└── Components(Page)_Name [Folder]
    ├── Components_Name.js // main contents
    ├── index.js // helper for export default
    └── styled.js // 

Commit Message Convention

Add: Add new components or functions.

Refactor: Modify components or functions.

Fix: Fix bugs and mistakes.