After first having installed dependencies (npm install / yarn install), the first start (npm start / yarn start) can fail because of a race condition where static/index.css is not generated yet.
In that case you just have to re-start Storybook (just call npm start / yarn start again), but it shouldn't be necessary!
After first having installed dependencies (
npm install/yarn install), the first start (npm start/yarn start) can fail because of a race condition wherestatic/index.cssis not generated yet.In that case you just have to re-start Storybook (just call
npm start/yarn startagain), but it shouldn't be necessary!