Skip to content

Dorian-bnu/jobBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lancer le serveur de développement

cd web501

npm install

npm run serve

Pro tips for git and github

Git

Créer une branche : git branch nom_de_la_branche

Changer de branche : git checkout nom_de_la_branche

Créer une branche et changer de branche : git checkout -b nom_de_la_branche

Ajouter les fichiers modifiés : git add .

Commiter les fichiers ajoutés : git commit -m "message"

Pusher les fichiers commités : git push origin nom_de_la_branche

Récupérer les fichiers de la branche master : git pull origin master

Accéder à l'application en local :

http://localhost:8080/

Accéder à l'application en ligne :

https://web501.sitam.me/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published