Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 318 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 318 Bytes

yeoman-gradle-plugin-example

Example project for the [yeoman-gradle-plugin].

The angular app contained under app was constructed with:

  • node 0.12.2
  • yo 1.4.6

Contains a angular app generated via "yo angular".

Build using:

gradle build

Startup in a Jetty using:

gradle jettyEclipseRun