https://github.com/buathiertom/angular-erp
Site en HTML5 qui relie les produits créé dans un ERP pour pouvoir les acheter
https://github.com/buathiertom/angular-erp
angular erp html5 ts
Last synced: 6 months ago
JSON representation
Site en HTML5 qui relie les produits créé dans un ERP pour pouvoir les acheter
- Host: GitHub
- URL: https://github.com/buathiertom/angular-erp
- Owner: BuathierTom
- Created: 2023-03-02T12:54:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T08:13:51.000Z (over 2 years ago)
- Last Synced: 2025-03-29T13:16:31.974Z (6 months ago)
- Topics: angular, erp, html5, ts
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/angular-sq2jb2-d7cfkk
- Size: 284 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# TP_ERP
Site en HTML5 qui relie une liste de produit créé ultérieurement
## Installation
Pour installer le projet, il faut faire cette commande dans le répertoire courant de votre projet :
```bash
cd my-project
npm install -g @angular/cli
npm install my-project
```Pour lancer le serveur sur `Localhost:4200`, faire cette commande dans le répertoire courant :
```bash
ng serve
```
## DocumentationSuivi d'un tuto qui provient de [Angular.io](https://angular.io/start).
## License
Copyright Google LLC. All Rights Reserved.
Use of this source code is governed by an MIT-style license that
can be found in the LICENSE file at https://angular.io/license[Edit on StackBlitz ⚡️](https://stackblitz.com/edit/angular-sq2jb2-d7cfkk)
## Author
- [@BuathierTom](https://www.github.com/BuathierTom)
