You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,6 +20,16 @@ thanks to these [templates](https://github.com/jaxio/celerio-angular-quickstart/
20
20
By default we use a sample H2 database schema. Using your own database schema and database engine
21
21
is just a matter of configuration. Check as an example our instructions to [use MySQL][] instead of H2.
22
22
23
+
## What to expect?
24
+
25
+
The following [screencast](https://www.youtube.com/watch?v=MBrgeykyTGs) shows you what to expect.
26
+
27
+
You may also run a docker image of the sample generated web:
28
+
29
+
docker run -p 8080:8080 nromanetti/celerio-angular-quickstart
30
+
31
+
Remember, this is just a generated sample, the idea is to generate your own application using a more realistic database schema.
32
+
23
33
## About the project
24
34
25
35
Our goal is to provide solid code generation templates for advanced Angular CRUD web applications.
@@ -39,7 +49,7 @@ Here is the folder organization:
39
49
The generated Angular CRUD web app uses the following technologies/frameworks:
40
50
41
51
*[Angular Cli](http://cli.angular.io/) a command line interface for Angular
42
-
*[Angular 4.0.0](http://angular.io/) web framework: we try to always use the most recent version
52
+
*[Angular 4.2](http://angular.io/) web framework: we try to always use the most recent version
43
53
*[TypeScript](https://www.typescriptlang.org/): much easier than JavaScript...
44
54
*[PrimeNG](http://primefaces.org/primeng/): Angular components library, we leverage file upload, auto-complete, calendar, tri-state checkbox, server-side pagination, etc.
45
55
*[Angular Material](https://material.angular.io/): Material Design components for Angular apps
0 commit comments