rapidoblue / angular-example-starter

angular 9 example app starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 9 Example Starter

An Angular starter kit featuring Angular 9.0.0, Angular CLI 9.0.1

it's part of a repo series designed to create a Web Application with Angular

Web Application Live Demo

https://angular.ganatan.com

Quick start

# clone the repo
git clone https://github.com/ganatan/angular-example-starter.git

# change directory
cd angular-example-starter

# install the repo with npm
npm install

# start the server
npm start

in your browser go to http://localhost:4200

Prerequisites

What do you need to run this app:

  • Angular version 9.0.0
  • Angular CLI version 9.0.1
  • Typescript version 3.7.5
  • Node.js version 12.15.0 LTS (Long Term Support)
  • npm (node package manager) version 6.13.7

Getting Started

Installation

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

Development

Production

  • npm run build

Tests

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

Author

  • Updated : 11/02/2020
  • Author : danny

Documentation

English Tutorials

Tutoriels en français

About

angular 9 example app starter


Languages

Language:HTML 74.2%Language:TypeScript 20.3%Language:JavaScript 5.2%Language:CSS 0.2%