mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Raise `import/no-unresolved` and `import/extensions` to error level everywhere except `docs`
Storybook UI Demo
Installation
First Install npm modules in the root module:
Make sure, you are using NPM3.
cd ../
npm install
cd ./example
Then install NPM modules for this example app:
npm install
Running the App
Run the app with npm start
. Then you'll be able to a cess the app via http://localhost:9999.
Once you made a change to the example app or in the root module, the client app will reload again.
This reload is a full reload but not HMR based hot reloading.