Coder Social home page Coder Social logo

elzio / generator-jhipster Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jhipster/generator-jhipster

0.0 2.0 0.0 64 KB

Hipster stack for Java developers. Yeoman + Maven + Spring + AngularJS in one handy generator.

License: MIT License

generator-jhipster's Introduction

Hipster stack for Java developers

Presentation

If you want to help, we put tasks on our Github issues page

This is a Yeoman generator, used to create a Yeoman + Maven + Spring + AngularJS project.

You can install and use it easily:

Goals

Generate a complete and modern Web app, unifying:

  • Maven on the server side
  • Yeoman + Bower + Grunt on the client side

Usage

To generate your application, type:

yo jhipster

Once the application is generated, you can launch the Java server with Maven:

mvn jetty:run

The application will be available on http://localhost:8080

You can also run Grunt to work on the client-side JavaScript application:

grunt server

This should open up your Web browser, with live reload enabled, on http://localhost:9000

If you want to go further, and use hot reloading both on the client and the server side, please go to this Wiki page.

Technology stack on the server side

A complete Spring application:

Ready to go into production :

  • Monitoring with Metrics
  • Caching with ehcache
  • Optimized static resources (gzip filter, HTTP cache headers)
  • Builds a standard WAR file

Technology stack on the client side

Single Web page application :

Easy installation of new libraries with Bower. Build, optimization and live reload with Grunt.

Copyright (C) 2013 Julien Dubois

generator-jhipster's People

Contributors

jdubois avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.