Skip to content

NicolasCola7/SE-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To test it, run:

mvn -U -e gwt:codeserver -pl client -am

to execute the codeserver (just keep that running).

Then you can use

mvn -U jetty:run -pl server -am -Denv=dev

to run the application in developer mode (the URL is http://localhost:8080/).

From now on, whenever you modify the code inside the client module a simple reload on the browser will update the running code on the fly.

If you modify the code inside the server module you can update the server-side part of the running application by issuing

mvn -U compile -pl *-server -am

About

Project of the Software Engineering course. It's a simple app to create, modify, share and delete notes. The focus of the project was the SCRUM process and the team work

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors