An Angular starter kit featuring Angular 15.0.4, Angular CLI 15.0.4
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-transferstate.git
# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-transferstate.git
# change directory
cd angular-transferstate
# 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 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
- Author : danny
English Tutorials
- Installation - https://www.ganatan.com/tutorials/transferstate-with-angular
- Tutorials Step-by-Step - https://www.ganatan.com/tutorials/en
Tutoriels en français
- Installation - https://www.ganatan.com/tutorials/transferstate-avec-angular
- Tutoriels Etape par étape - https://www.ganatan.com/tutorials