JHipster

From air
Revision as of 07:15, 4 September 2017 by Donsez (talk | contribs)
Jump to navigation Jump to search

Develop and Deploy Microservices With JHipster



Getting started

# install NodeJS and NPM
TODO

# install Yarn 
TODO

# install Yeoman 
TODO

# install the demo app
git clone https://github.com/jhipster/jhipster-sample-app.git
cd jhipster-sample-app/

yarn install
yarn global add gulp-cli

# start the demo app
./mvnw


# start gulp for relaunch the update
gulp

# open the browsers
open http://localhost:9001/#/
open http://localhost:8080

# inspect the generation files used by jhispter-generator
more .jhipster/*.json


Other schemes for application generation

git clone https://github.com/jhipster/jdl-samples.git