Loïc TRUCHOT
JavaScript Fullstack Expert & Senior web developer
Par Loïc TRUCHOT
node -v && npm -v
npm install -g @angular/cli
ng -v
ng new pizza-yolo
cd pizza-yolo
ng serve
Utiliser un simple terminal
Command Line Interface (ng), utile pour :
vérifier la version de node
installer le CLI
créer un nouveau projet
et le lancer sur http://localhost:4200
Dans les sources... un arbre
VS Code
Sublime text
git config user.email "monemailgithub@gmail.com"
git config user.name "Prénom Nom"
git remote add origin https://github.com/login/repo.git
git add .
git commit -m "Mon message qui restera dans l'historique"
git push -u origin master
mes infos de committer
ajouter tous les fichiers
sauver l'état, avec un msg
Créer un nouveau répertoire sur github, puis...
envoyer sur github
associer projet au repo
THANK'S EVERYONE
It's finally done ! See you soon
By Loïc TRUCHOT