Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Florian Eisenmenger 0977b3c173 Initial commit (Angular 17 and Bootstrap and Angular Material) 2 лет назад
matsen-tool Initial commit (Angular 17 and Bootstrap and Angular Material) 2 лет назад
.gitignore Initial commit (Angular 17 and Bootstrap and Angular Material) 2 лет назад
README.md Initial commit (Angular 17 and Bootstrap and Angular Material) 2 лет назад
package-lock.json Initial commit (Angular 17 and Bootstrap and Angular Material) 2 лет назад

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