Skip to content

Commit 17be2bd

Browse files
authoredMay 30, 2017
how to run the demo app
Enhance the documentation : add how to run the demo app #2
1 parent 8b95987 commit 17be2bd

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed
 

‎README.md

+22-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
# SF JAVA UI
22
Schema Form Java based library allow developers to define schema and form using field annotations.
33

4-
The SF-JAVA-UI library is a server side extension for the [Json Schema Form](https://github.com/json-schema-form) library. It make your development easier, you will not care about how to define your schema and your screen form definition. Just annotate your fields, and get your screen.
4+
The SF Java UI library is a server side extension for the [Json Schema Form](https://github.com/json-schema-form) library. It make your development easier, you will not care about how to define your schema and your screen form definition. Just annotate your fields, and get your screen.
55

6-
# Quick start
7-
Using SF-JAVA-UI is simple. Follow the steps below to get your first screen.
6+
If you use SF Java UI in your project/company please let us know.
7+
8+
## Run the Demo
9+
The attached demo application is a Spring Boot + Angular web application.
10+
To run the app please go to the demo directory and run the commands below:
11+
12+
```bash
13+
bower install
14+
```
15+
This will install the basic web dependencies.
16+
17+
```bash
18+
mvn spring-boot:run
19+
```
20+
This will run the application
21+
22+
## Quick start
23+
Using SF Java UI is simple. Follow the steps below to get your first screen.
24+
25+
## Contributing
26+
Contributions are welcome! Please see [Contributing.md](CONTRIBUTING.md) for more info.

0 commit comments

Comments
 (0)
Please sign in to comment.