JHipster: Difference between revisions

From air
Jump to navigation Jump to search
(Created page with "[https://dzone.com/articles/develop-and-deploy-microservices-with-jhipster-1 Develop and Deploy Microservices With JHipster]")
 
No edit summary
Line 1: Line 1:
[https://dzone.com/articles/develop-and-deploy-microservices-with-jhipster-1 Develop and Deploy Microservices With JHipster]
[https://dzone.com/articles/develop-and-deploy-microservices-with-jhipster-1 Develop and Deploy Microservices With JHipster]




=Getting started=
<pre>
# 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
</pre>


Other schemes for application generation
<pre>
git clone https://github.com/jhipster/jdl-samples.git



</pre>

Revision as of 07:15, 4 September 2017

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