Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 381 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 381 Bytes

Angular-6-Architecture

Robust architecture of an Angular 6 app

An Angular project

Pre-requisites

  1. Node version should be greater than 8.9
  2. Install Angular CLI from https://angular.io/guide/quickstart

Build Setup

# install dependencies
npm install

# serve at localhost:4200
ng serve

# serve at localhost:4200 and open it in browser
ng serve --open