Skip to content

raulrotundo/angular-poc

Repository files navigation

Angular POC

This POC (Proof of concept) is intended to be use as base or demo for big projects with Angular.

Demo: https://angular-app-poc.herokuapp.com

User: spiderman Password: 1234

What's included?

Prerequisites

  • You need to have NodeJS and :
npm install -g @angular/cli http-server

Installation

Clone the repo:

git clone git@github.com:raulrotundo/angular-poc.git

Installing dependencies:

npm install

Start

Let's start up, run:

npm start

Finally go to:

http://localhost:4200

Code Coverage Report:

http-server -c-1 -o -p 9875 ./coverage