Browse Source

chore: add start.ps1

pull/3607/head
mehmet-erim 6 years ago
parent
commit
54ec92fffb
  1. 2
      templates/app/angular/package.json
  2. 2
      templates/app/angular/start.ps1

2
templates/app/angular/package.json

@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --open",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",

2
templates/app/angular/start.ps1

@ -0,0 +1,2 @@
yarn
yarn start
Loading…
Cancel
Save