Can anyone post a guide for Jhipster 4.0 with angular 2? I donβt care if he is released. I just want to generate the code with the latest code on github and move on. Thanks.
Update - wikipage published by Deepu on github: https://github.com/jhipster/generator-jhipster/blob/master/NG2-GUIDE.md
I understood myself. But I can not speak for the current state, since I am not a developer.
JDK (and JVA_HOME env variable set), git client, npm, maven or gradle
git clone -b angular -2 -single-branch https://github.com/jhipster/generator-jhipster.gitcd generator-jhipsternpm linknpm install -g gulp bower
git clone -b angular -2 -single-branch https://github.com/jhipster/generator-jhipster.git
cd generator-jhipster
npm link
npm install -g gulp bower
yo jhipster
Ignore the update offer and in the second question select angular -2 (beta)
If you chose Maven:
mvn spring-boot: run
If you chose Gradle:
gradle bootRun