i have created jhipster client project (yo jhipster --skip-server), question how run or deploy client project.
it's angular 1 app, must deployed in web server. in development, gulp serve
run app. production run gulp build
copy contents of target/www
folder web server. of course, still requires jhipster server application somewhere else.
this option not used users rather jhipster generator or module developers.