mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
Simplified process to setup angular2 sample
This commit is contained in:
parent
60ef18d148
commit
2d8cb9f120
@ -6,9 +6,7 @@
|
||||
- ```npm install -g angular-cli```
|
||||
- go to into ```samples\angular2\webapp```
|
||||
- ```npm install```
|
||||
- go to into ```samples\angular2```
|
||||
- ```create_dist_link.bat```
|
||||
- ```cd webapp```
|
||||
- go to into ```samples\angular2\webapp```
|
||||
- ```ng build```
|
||||
- Open project ```samples\angular2\dmvcframeworkserver\Angular2SampleServer.dproj``` and run it.
|
||||
- You should see the angular2 project
|
@ -1,2 +0,0 @@
|
||||
mkdir www
|
||||
mklink /J webapp\dist .\www
|
Loading…
Reference in New Issue
Block a user