An Angular starter kit featuring Angular 8.0.3, Angular CLI 8.0.6
it's part of a repo series designed to create a Progressive WebApp with Angular
Starter, Routing, Lazy-loading, Bootstrap, Server Side Rendering, HTTP Client, Transfer State, Progressive WebApp, Final Application
- Open Chrome DevTools (Ctrl + maj + j or F12)
- Select the Audits panel, and hit "Run audits".
# clone the repo
git clone https://github.com/ganatan/angular-starter.git
# change directory
cd angular-starter
# install the repo with npm
npm install
# start the server
npm start
in your browser go to http://localhost:4200
What you need to run this app:
- Angular version 8.0.3
- Angular CLI version 8.0.6
- Visual studio code version 1.35.1
- Typescript version 3.4.5
- node.js version 10.16.0 LTS (Long Term Support)
- npm (node package manager) version 6.9.0
npm install(installing dependencies)npm outdated(verifying dependencies)
npm run start- in your browser http://localhost:4200
npm run buildhttp-server -p 8080 -c-1 dist/angular-starter- in your browser http://localhost:8080
npm run lintnpm run testnpm run e2e
- Updated : 01/07/2019
- Author : danny ganatan
-
Tutorials : https://www.ganatan.com/tutorials
-
English Tutorial : https://www.ganatan.com/tutorials/getting-started-with-angular
-
French Tutorial : https://www.ganatan.com/tutorials/demarrer-avec-angular