Back to Flux

flux-shell

examples/flux-shell/README.md

4.0.3469 B
Original Source

flux-shell

This is a very simple hello world app that you can use as a starting point for your application.

Usage

bash
cd path/to/flux-shell
npm install
npm run build
# open path/to/flux-shell/index.html in your browser

Watch

Instead of manually building after each change it's possible to automatically recompile the javascript bundle when files change:

bash
npm run watch
# make javascript changes, then refresh path/to/flux-shell/index.html