Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 865 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 865 Bytes

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