2021 Fall CS473 Project: Watching Sports Service
Dain Kim
Chigon Ryu
Subin Kim
Huikyeong An
npm install
npm start
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
.
└── Components(Page)_Name [Folder]
├── Components_Name.js // main contents
├── index.js // helper for export default
└── styled.js //
Add
: Add new components or functions.
Refactor
: Modify components or functions.
Fix
: Fix bugs and mistakes.