At 'configurations' step, I created the config.js file as stated. However while I run “npm run storybook” it still says: => Create a storybook config file in ".storybook/config.js"; and I'm unable to see the React Storybook UI at http://localhost:9001/ as mentioned below..
"This will start your Storybook in http://localhost:9001. Open that URL in your browser. You will see the React Storybook UI:"
Please note: I created the config.js file inside 'storybook' folder inside @kadira folder under node_modules. Is this correct?
I'm using meteor@1.3 on Windows 10