2018-02-26 12:26:53 +01:00
|
|
|
# ANGULAR DEMO README
|
2016-12-01 15:23:03 +01:00
|
|
|
|
|
|
|
- Install firebirdsql (http://www.firebirdsql.org)
|
|
|
|
- Install nodejs (https://nodejs.org)
|
|
|
|
- Open command prompt with admin rights
|
|
|
|
- ```npm install -g angular-cli```
|
2018-02-26 12:26:53 +01:00
|
|
|
- go to into ```samples\angular\webapp```
|
2016-12-01 15:23:03 +01:00
|
|
|
- ```npm install```
|
2018-02-26 12:26:53 +01:00
|
|
|
- go to into ```samples\angular\webapp```
|
2016-12-01 15:23:03 +01:00
|
|
|
- ```ng build```
|
2018-02-26 12:26:53 +01:00
|
|
|
- Open project ```samples\angular\dmvcframeworkserver\AngularSampleServer.dproj``` and run it.
|
|
|
|
- You should see the Angular project
|