Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.05 KB

File metadata and controls

42 lines (35 loc) · 1.05 KB

collabland--member-portal

Libraries

Get Started

  1. git clone https://github.com/abridged/collabland-user-settings
  2. npm install
  3. npm run start:dev
  4. visit http://localhost:3000

Project structure

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