Can someone post getting started guide for Jhipster 4.0 with angular 2? I don't care if it is not released. I just want to generate code with 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 figured out myself. But I cannot speak for the current state since I am not a developer.
JDK(and JAVA_HOME env variable set), git client, npm, maven or gradle
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 upgrade offer and in the second question select Angular-2(beta)
In case you picked Maven:
mvn spring-boot:run
In case you picked Gradle:
gradle bootRun
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With