New version of buddy.gg!
root
│
└───src
│ │
│ │───BuddyGG.tsx # Root component
│ │
│ └───index.tsx # Entry
│ │
│ └───components # Small components
│ │
│ └───blocks # Collection of smaller components
│ │
│ └───containers # Collection of containers connected to the redux store
│ │
│ └───pages # All main pages. Consists of components and blocks
│ │
│ └───store # Contains everything related to the redux store
│ │
│ └───utils # Utility stuff
Install dependencies using npm install
Run Webpack dev server using npm run start
Start storybook by running npm run storybook