Skip to content

Tchoks/chat-dauphine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projet Java EE - Chat Dauphine WebSocket Application - M2 MIAGE IF - Paris Dauphine

Installation des dépendances

Installer Bower

Mac/Linux

$ sudo npm install -g bower

Windows

C:\>npm install -g bower

Récupérer le projet depuis Github

$ git clone https://github.com/MarLeo/chat-dauphine.git
$ cd chat-dauphine
$ bower install

Lancer l'application

mvn spring-boot:run

Rappel utilisation git

  • Pull (à faire le plus souvent possible, pour éviter les conflicts)
# Dans le répertoire racine du projet chat-dauphine/
$ git pull
  • Voir ses modifications :
# Dans le répertoire racine du projet chat-dauphine/

# Voir tous les fichiers modifiés
$ git status

# Voir le détails des modifications
$ git diff
  • Commit & push
# Dans le répertoire racine du projet chat-dauphine/

# Ajoute tous les fichiers modifiés au commit
$ git add -A

# Commit avec message
$ git commit -m "Message de commit"

# Push
$ git push origin master

About

Chat Dauphine WebSocket Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published