Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A Single Page Application (SPA) using AngularJS and Spring MVC

Notifications You must be signed in to change notification settings

supertest/lunchandlearn

Repository files navigation

lunchandlearn

A sample SPA (Single Page Appilcation) web application. This is created using Spring MVC at server end and AngularJS at client.

To compile and host this application, you need to have JDK installed on our machine and JAVA_HOME properly set.

To compile the code, run following command from the project's home directory:

gradlew clean build

this should build the application.

To run the application, execute the following command from the home directory:

gradlew jettyRun

It starts a jetty server and hosts our web appilcation on it.

About

A Single Page Application (SPA) using AngularJS and Spring MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published