it's a repo designed to create a Web Application with Angular 18
|
Here is a working live demo : https://angular.ganatan.com/
# select a repo from github or gitlab
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-app.git
# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-app.git
# change directory
cd angular-app
cd application-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 lint
npm run testnpm run coverage
npm run build( with SSR)
npm run serve:ssr- in your browser http://localhost:4000