hypnos 2e8240d176 Fix/suppress current eslint warnings.
Raise `import/no-unresolved` and `import/extensions` to error level
everywhere except `docs`
2017-10-02 01:40:46 +03:00
..
2017-09-29 02:13:59 +03:00
WIP
2017-08-16 21:58:17 +02:00

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.