Skip to content

colmbrady/neutrino-storybook-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neutrino Storybook integration

This repo attempts to show how neutrino config can be used to configure storybook.

Notice how the .neutrinorc.js provides babel config that enables using <f:image /> in JSX.

Ideally, this babel config should be used by storybook also so that we dont have to duplicate it.

Whats the recommended way to do this?

Run it

# Install
yarn

# Runs web app. Works OK.
yarn start

#Runs storybook. Fails because of babel issue.
yarn storybook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published