Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 296 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 296 Bytes

AngularPlayApp

Simple display of various Angular features

Simple way to show this app is to run is to install browser-sync

$npm install -g browser-sync

$browser-sync start --server --port 3001 --files="./**/*"

$karma start karma.conf.js from the location of karma.conf.js to run unit tests