Skip to content

smiles2424/angular-starter

 
 

Repository files navigation

Angular 8 Starter

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

Demo

https://angular.ganatan.com

Lighthouse Audits

  • Open Chrome DevTools (Ctrl + maj + j or F12)
  • Select the Audits panel, and hit "Run audits".

lighthouse

Quick start

# 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

Getting Started

Prerequisites

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

Installation

  • npm install (installing dependencies)
  • npm outdated (verifying dependencies)

Developpement

Production

Tests

  • npm run lint
  • npm run test
  • npm run e2e

Author

  • Updated : 01/07/2019
  • Author : danny ganatan

Documentation

About

angular 8 starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.6%
  • JavaScript 17.7%
  • HTML 13.9%
  • CSS 0.8%