Norbert de Langen 58b5d6d22f WIP
2017-08-16 21:58:17 +02:00
..
2017-07-29 01:08:50 +03:00
WIP
2017-08-16 21:58:17 +02: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.