Skip to content

laylaarab/ScrapCycle

 
 

Repository files navigation

ScrapCycle

Running the Project in Development Mode

mvn jetty:run

Wait for the application to start

Open http://localhost:8080/ to view the application.

Running the Project in Production Mode

mvn jetty:run-exploded -Dvaadin.productionMode

The default mode when the application is built or started is 'development'. The 'production' mode is turned on by setting the vaadin.productionMode system property when building or starting the app.

Note that if you switch between running in production mode and development mode, you need to do

mvn clean

before running in the other mode.

About

Code the Change Hackathon, 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.9%
  • CSS 12.9%
  • JavaScript 1.2%