Skip to content

BuddyGG/buddy_v2

Repository files navigation

Buddy.GG

New version of buddy.gg!

Project structure

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

How to run

Install dependencies using npm install

Run Webpack dev server using npm run start

Storybook

Start storybook by running npm run storybook