Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Florian Eisenmenger 0977b3c173 Initial commit (Angular 17 and Bootstrap and Angular Material) il y a 2 ans
matsen-tool Initial commit (Angular 17 and Bootstrap and Angular Material) il y a 2 ans
.gitignore Initial commit (Angular 17 and Bootstrap and Angular Material) il y a 2 ans
README.md Initial commit (Angular 17 and Bootstrap and Angular Material) il y a 2 ans
package-lock.json Initial commit (Angular 17 and Bootstrap and Angular Material) il y a 2 ans

README.md

matsen-tool-fe

BEFORE Installation:

  • npm -v (minimum is 20.9.0)
  • node --version (minimum is 8.0.0)
  • brew upgrade node

Installation

  • npm i -g @angular/cli
  • ng new matsen-tool
  • cd matsen-tool -> ng serve

Install Bootstrap

  • npm i bootstrap @popperjs/core --save