https://github.com/resourcepool/training-spring-boot-front
Le frontend pour ceux qui veulent faire une webapp en JS
https://github.com/resourcepool/training-spring-boot-front
Last synced: 6 months ago
JSON representation
Le frontend pour ceux qui veulent faire une webapp en JS
- Host: GitHub
- URL: https://github.com/resourcepool/training-spring-boot-front
- Owner: resourcepool
- Created: 2019-09-10T08:35:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:34:04.000Z (over 3 years ago)
- Last Synced: 2024-12-29T22:46:07.405Z (over 1 year ago)
- Language: TypeScript
- Size: 1.78 MB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Application Angular
## Processus d'installation (NodeJs, npm, Angular CLI):
* Télécharger Node.js (npm est inclu avec)
* Ouvrir un terminal et entrer la commande afin de télécharger le CLI Angular: `npm install -g @angular/cli`
## Générer un nouveau projet
* Se placer dans le repertoire qui hébergera le projet
* Générer un nouveau projet Angular en entrant la commande : `ng new my-first-project`
* Ouvrir le projet dans Intellij Idea
## Démarrer le serveur
* Pour démarrer le serveur, entrer la commande : `ng serve`