Skip to content

mihai-macaneata/awj-base-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWJ Base Project

AngularJS App

Prerequisites

  • Install Node Package Manager
$ npm install http-server
$ cd angular-js-app
$ http-server # angularjs app is running on port...
$ # now we have the angular app running

Spring API

Prerequisites

  • Install JDK8 (Java Development Kit 8)
$ cd spring-java-app
$ ./gradlew build
$ java -jar build/libs/spring-java-app-0.1.0.jar 

About

Web Application Course with Spring and AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.6%
  • HTML 11.8%
  • CSS 4.6%