user8986206
user8986206

Reputation: 135

How can I generate react projects with jhipster-generator?

This question is about the usage of jhipster-generator.

I noticed that the react support (namely generator-jhipster-react) has been merged into generator-jhipster, but I found no guide on how to generate react projects by generator-jhipster.

Could anyone identify how to create react projects with generator-jhipster?

Upvotes: 4

Views: 1593

Answers (1)

Julien Dubois
Julien Dubois

Reputation: 3688

As of today (2017-11-23) this has just been merged into the master branch, so you can use it by using the project directly from GitHub.

This should be released very soon, as it will be included in our next version 4.11.0. As this is still in development, you will need to run it with the --experimental flag. This will be documented in the release notes (this is a new flag).

Upvotes: 6

Related Questions