An Angular starter kit featuring Angular 20.0.0, Angular CLI 20.0.0
it's part of a repo series designed to create a Progressive Web App with Angular
# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-ssr.git
# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-ssr.git
# change directory
cd angular-ssr
cd frontend-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 test
- npm run coverage
- npm run build( with SSR)
- npm run serve
- in your browser http://localhost:4000
- npm run test
- change directorycd ui
- launch html pages in your browser
- 
build image
- 
docker build -t angular-starter:1.0.0 . 
- 
run container
- 
docker run -d -p 4000:4000 angular-starter:1.0.0 
- 
run container mode bash
- 
docker run -it angular-starter:1.0.0 /bin/bash 
- 
in your browser http://localhost:4000 
- Author : danny
English Tutorials
- Tutorials Step-by-Step - https://www.ganatan.com/tutorials/en
Tutoriels en français
- Installation - https://www.ganatan.com/tutorials/modules-avec-angular
- Tutoriels Etape par étape - https://www.ganatan.com/tutorials
