Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Demo application

Step 1:

Start Webpack to build static/dist:

webpack-dev

Step 2:

Run app, you have two options:

  • either run a webserver in virtualenv:

    make rebuild-run
    
  • or run a standalone executable:

    make rebuild-exe-run