Skip to content

Commit fb7af7c

Browse files
committed
Added README
1 parent eea16a4 commit fb7af7c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Application demonstrating an AngularJS client talking to a Spring REST-powered backend.
2+
3+
## Building
4+
5+
To build the WAR file simply run `mvn package`. This puts the WAR
6+
file in `target/spring-angularjs.war`.
7+
8+
You can deploy this WAR in any servlet container.
9+
10+
## Running
11+
12+
You can run the app in Jetty using `mvn jetty:run`.
13+
14+
Once started, the app is available at `http://localhost:8080`.

0 commit comments

Comments
 (0)