Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Florian Eisenmenger 0977b3c173 Initial commit (Angular 17 and Bootstrap and Angular Material) 2 anni fa
matsen-tool Initial commit (Angular 17 and Bootstrap and Angular Material) 2 anni fa
.gitignore Initial commit (Angular 17 and Bootstrap and Angular Material) 2 anni fa
README.md Initial commit (Angular 17 and Bootstrap and Angular Material) 2 anni fa
package-lock.json Initial commit (Angular 17 and Bootstrap and Angular Material) 2 anni fa

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