Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 68231e1f rédigé par Damiano Albani's avatar Damiano Albani
Parcourir les fichiers

Give more explanation on how to run the app.

parent 9634d1b7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -33,15 +33,14 @@
#### Java server backend
* Running the application with Maven's Tomcat plugin:
`mvn tomcat7:run`
* Building the application WAR file:
`mvn package`
* Running the application with Maven's Tomcat plugin: `mvn tomcat7:run`
Then point your web browser to ``http://localhost:8080``
* Building the application WAR file: `mvn package`
* Testing the application:
* Unit tests:
``mvn test``
* Unit tests:
`mvn test`
* Integration tests:
``mvn integration-test``
`mvn integration-test`
(will also run unit tests in the process)
#### JavaScript client frontend
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter