No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Florian Eisenmenger 0977b3c173 Initial commit (Angular 17 and Bootstrap and Angular Material) hace 2 años
matsen-tool Initial commit (Angular 17 and Bootstrap and Angular Material) hace 2 años
.gitignore Initial commit (Angular 17 and Bootstrap and Angular Material) hace 2 años
README.md Initial commit (Angular 17 and Bootstrap and Angular Material) hace 2 años
package-lock.json Initial commit (Angular 17 and Bootstrap and Angular Material) hace 2 años

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