mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
12 lines
442 B
Markdown
12 lines
442 B
Markdown
# ANGULAR DEMO README
|
|
|
|
- Install firebirdsql (http://www.firebirdsql.org)
|
|
- Install nodejs (https://nodejs.org)
|
|
- Open command prompt with admin rights
|
|
- ```npm install -g angular-cli```
|
|
- go to into ```samples\angular\webapp```
|
|
- ```npm install```
|
|
- go to into ```samples\angular\webapp```
|
|
- ```ng build```
|
|
- Open project ```samples\angular\dmvcframeworkserver\AngularSampleServer.dproj``` and run it.
|
|
- You should see the Angular project |