Sample JHipster module, generates a "fortune cookie" page in your JHipster application
This is a JHipster module, that is meant to be use in a JHipster application.
The "Fortune cookie" is an example, used to demonstrate how to create modules with JHipster.
As this is a JHipster module, we expect you have JHipster and its related tools already installed.
npm install -g generator-jhipster-fortune
Then run the module on a JHipster generated application:
yo jhipster-fortune
Apache-2.0 © Julien Dubois