Skip to content

gmetrixr/board-ui

Repository files navigation

Board UI

Build Status

UI Components

  1. Board
  2. Sticky Note

All together - Board UI

Run

Install docker and docker-compose. Follow instructionsn here. Then run the following inside terminal.

./sd # Runs a shell script.

# Now, in docker terminal: 

yarn # To install all dependencies.
yarn watch # start watch mode on the project.

Then goto http://localhost:3810 to view the project.

Notes

npx -p @storybook/cli sb init --type react