Skip to content

ripla/designer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaadin App for rendering Designs

This is a quick prototype of a Vaadin app that simply renders Designs with a specified theme.

How to use

  • To try out just the Vaadin application, run ./gradlew bootRun
  • To run as an Electron app, run ./gradlew electron followed by npm start in the build/electron directory
  • To package as an Electron app, run ./gradlew electronPackage. The app is packaged to build/app

Inspiration & Credit