Skip to content

Latest commit

 

History

History

ui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ui

Shared components and styles to use in Drizzle apps.

Running Storybook

Use react-storybook to implement components without waiting for Meteor builds all the time. This project uses hot reloading to update components in real-time.

npm install
npm run storybook

Go to localhost:9001 and start development.