Skip to content

Latest commit

 

History

History
 
 

flux-shell

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

flux-shell

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

Usage

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:

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