- Open a new command window
cd temp
git clone https://github.com/davidsk/AureliaVsAngular.git
- Open a new command window
cd temp\AureliaVsAngular\Angular\app-angular
npm install
cd\
cd temp\AureliaVsAngular\Aurelia\app-aurelia
npm install
- Open a new command window
cd temp\AureliaVsAngular\Angular\app-angular
ng serve
- open http://localhost:4200 in a browser
- Open a new command window
cd temp\AureliaVsAngular\Aurelia\app-aurelia
au run
- open http://localhost:9000 in a browser