A Jhipster based generator to create awesome angular material + spring boot applications
Attention: This is still a work in progress
First, install Yeoman and JHipster, then install generator-jhipster-material using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-jhipster
npm install -g generator-jhipster-material
Then generate your new awesome project:
yo jhipster-material
As this is a generator which runs on top of JHipster, we expect you have JHipster and its related tools already installed.
This generator requires Jhipster version 3.0 or greater in order to work
Contributions are welcome. we follow the same contribution guidelines as JHipster, check it out here
Apache-2.0 © Deepu KS