An Angular starter kit featuring Angular 12.2.12, Angular CLI 12.2.12
It's part of a repo series designed to create a Web Application with Angular
# install the repo with npm
npm install
# start the server
npm start
in your browser go to http://localhost:4200
npm install(installing dependencies)npm outdated(verifying dependencies)
npm run start- in your browser http://localhost:4200
npm run build( without SSR)npm run build:ssr( with SSR)
npm run serve:ssr- in your browser http://localhost:4000
npm run test
npm run build( without SSR)npm run build:ssr( with SSR)
npm run serve:ssr- in your browser http://localhost:4000
change directorycd ui- launch html pages in your browser