An open API service indexing awesome lists of open source software.

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

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`