Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idursun/spring-and-angular

A SPA demo project with Spring Framework and Angularjs
https://github.com/idursun/spring-and-angular

angularjs java spa-demo spring spring-framework

Last synced: about 2 months ago
JSON representation

A SPA demo project with Spring Framework and Angularjs

Awesome Lists containing this project

README

        

spring-and-angular
==================

A SPA demo project with Spring Framework and Angularjs

Make sure mimosa is installed:
* `npm install -g mimosa`

Make sure karma is installed
* `npm install -g karma karma-cli`

front end is under the frontend/ folder:
* `npm install`
* `mimosa build`

to run karma tests:
* `karma start`

to run backend:
* `mvn spring-boot:run`