- NodeJs v20.2.0
- Webpack v5.64.1
- React v18.2.0
- TypeScript
- React Router v6.4.3
- Redux
- redux-saga V1.2.1
- Axios
- Babel
- git clone https://github.com/abridged/collabland-user-settings
- npm install
- npm run start:dev
- visit http://localhost:3000
src
├── actions (redux actions)
├── apis (apis)
├── assets
│ └── resource
│ ├── fonts
│ └── images
├── components (shared components)
├── containers (page files)
│ ├── HomePage
├── mock_data
├── reducers (reducer files)
├── sagas (saga files)
├── stores
├── types (type files)
├── utils