Skip to content

Commit 06fda69

Browse files
author
Nicolas Romanetti
committed
clean up
1 parent 7aceb01 commit 06fda69

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

quickstart-generated/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular 2 generated quickstart
1+
# Angular generated quickstart
22

33
Here is the quickstart generated code so you can have a look at it with no effort :)
44

quickstart-generated/update.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ rm WELCOME.TXT
77
rm -r .celerio
88
rm -r target
99
cd web
10-
npm install --save @angular/animations
11-
npm install --save @angular/material@2.0.0-beta.6
12-
npm install --save primeng@4.1.0-rc.2
13-
npm install --save font-awesome
10+
npm i @angular/material @angular/cdk
11+
npm i primeng
12+
npm i font-awesome
1413
rm -r node_modules
1514
cd ..
1615
git add src web

quickstart/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33

44
* [Java Development Kit 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
55
* [Maven 3.5.x](https://maven.apache.org/download.cgi)
6-
* [Angular cli 1.6.3 ](https://github.com/angular/angular-cli#installation) - 1.0.0 is really required to work with Angular 4.0
6+
* [Angular cli 1.6.3 ](https://github.com/angular/angular-cli#installation)
77
* [Npm 5.x.x](https://nodejs.org/en/)
88
* [NodeJS 8.x](https://nodejs.org/en/)
99

10-
1110
### Run these commands to generate and run an Angular 5.0 web app:
1211

1312
By default this project reverses a [sample database schema](https://github.com/jaxio/celerio-angular-quickstart/blob/master/quickstart-conf/01-create.sql).
@@ -88,7 +87,7 @@ The backend listens on port 8080.
8887

8988
cd celerio-angular-quickstart/quickstart/web
9089

91-
The 4 command below install some additional dependencies required by the code generated by Celerio.
90+
The 3 commands below install some additional dependencies required by the code generated by Celerio.
9291

9392
npm i @angular/material @angular/cdk
9493
npm i primeng

0 commit comments

Comments
 (0)