intake24 / survey-frontend

Intake24 GWT survey frontend
Apache License 2.0
0 stars 3 forks source link

Build locally

  1. mvn clean install -DskipTests
  2. cd SurveyClient/
  3. mvn gwt:run-codeserver
  4. Open new terminal window
  5. cd SurveyServer/
  6. sbt run
  7. Compile in browser: http://www.gwtproject.org/articles/superdevmode.html