{"id":23072468,"url":"https://github.com/doches/generator-dropwizard-angular-gradle","last_synced_at":"2025-07-02T23:32:23.623Z","repository":{"id":57246953,"uuid":"62290798","full_name":"doches/generator-dropwizard-angular-gradle","owner":"doches","description":"Yeoman generator that scaffolds out an API served by Java 8 + Dropwizard and a front-end application built using Typescript + Angular","archived":false,"fork":false,"pushed_at":"2017-04-21T08:21:14.000Z","size":117,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-06-04T23:34:30.301Z","etag":null,"topics":["angular","dropwizard","scaffold","yeoman","yeoman-generator"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doches.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-30T07:45:46.000Z","updated_at":"2019-06-24T02:05:15.000Z","dependencies_parsed_at":"2022-08-24T16:50:27.288Z","dependency_job_id":null,"html_url":"https://github.com/doches/generator-dropwizard-angular-gradle","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/doches/generator-dropwizard-angular-gradle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doches%2Fgenerator-dropwizard-angular-gradle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doches%2Fgenerator-dropwizard-angular-gradle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doches%2Fgenerator-dropwizard-angular-gradle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doches%2Fgenerator-dropwizard-angular-gradle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doches","download_url":"https://codeload.github.com/doches/generator-dropwizard-angular-gradle/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doches%2Fgenerator-dropwizard-angular-gradle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261652845,"owners_count":23190350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","dropwizard","scaffold","yeoman","yeoman-generator"],"created_at":"2024-12-16T07:19:54.839Z","updated_at":"2025-06-24T10:36:47.374Z","avatar_url":"https://github.com/doches.png","language":"JavaScript","readme":"# generator-dropwizard-angular-gradle\n\nThis is a [Yeoman](http://yeoman.io/) generator that scaffolds out a freestanding web application using:\n\n   + Angular.js, Typescript and Less for the client\n   + Java 8 and Dropwizard for the server\n   + Gulp and gradle for client dependency management\n   + Gradle for server dependency management\n\n## Getting Started\n\nInstall Yeoman via npm:\n\n    $ npm install -g yo\n\nOnce you've got Yeoman set up, install this generator:\n\n    $ npm install -g generator-dropwizard-angular-gradle\n\nCreate the directory in which your new project will live, then call Yeoman to scaffold out your project:\n\n    $ mkdir awesome\n    $ cd awesome\n    $ yo dropwizard-angular-gradle\n\nAnswer a couple of easy questions, and you'll be greeted with a ready-to-rock project. Open the directory up in your Java IDE of choice (I like [IDEA](https://www.jetbrains.com/idea/) myself), import the project as a Gradle project, and you're good to go.\n\n### Client development\n\nThere's no need to restart the server every time you make a front-end change. When you start your client development, run:\n\n    $ gulp watch\n\nfrom inside your `awesome-app` directory, then make changes in your favourite editor to the HTML, Less, and Typescript source files in `awesome-app/src`. As you save your changes, they'll automatically be compiled down into CSS and Javascript, and any open browser tabs will be kept up to date with the latest compiled files.\n\n### Shipping\n\nWow, that was fast! Once you're ready to deploy, run:\n\n    $ ./gradlew distZip\n\nfrom the root of the project, and you'll receive a handy deployable .zip with all of your Java dependencies, compiled front-end resources, and runtime configuration:\n\n    $ ls awesome-distribution/build/distributions/\n    $ awesome-distribution-0.0.0.zip\n\nUse git flow and you'll get automatically-sane version tags on your deployable artefacts, too. Ship that .zip onto your server, unzip it, and start your service as you would any Dropwizard server:\n\n    $ unzip awesome-distribution-0.0.0.zip\n    $ cd awesome-distribution-0.0.0\n    $ ./bin/awesome-distribution server var/conf/server.yml\n\nHit up your server in a browser ([http://localhost:8000/](http://localhost:8000/) by default), and you should see your shiny new application, live and ready to go.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoches%2Fgenerator-dropwizard-angular-gradle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoches%2Fgenerator-dropwizard-angular-gradle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoches%2Fgenerator-dropwizard-angular-gradle/lists"}