Closed feitian124 closed 4 years ago
well.. below works
Run the following commands in two separate terminals to create a blissful development experience where your browser
auto-refreshes when files change on your hard drive.
cd server && npm start
npm start
Hi @feitian124 , thanks a lot for your feedback! The issue is related to the react client build, so this is the reason that npm start command works (run only backend), while npm run start:app is broken (it builds the client, and after run the full client/server app). The issue is due to jhipster, not to blueprint. In fact, I opened an issue for that: https://github.com/jhipster/generator-jhipster/issues/11229.
However, in the next release I will update jhipster, so the error will be resolved.
@amanganiello90 thank you for your reply.
And nice work of nodejs backend for jhipster, i think this deserves more attention from nodejs community as they also need bluesprint. But jhipster is mostly for java developers so nodejs community may not know this well yet.
besides, if nodejs backend is used, then the backend and frontend are using the same language, some nodejs specific staff can used to make this better code structure, like lernajs
@amanganiello90 thank you for your reply.
And nice work of nodejs backend for jhipster, i think this deserves more attention from nodejs community as they also need bluesprint. But jhipster is mostly for java developers so nodejs community may not know this well yet.
besides, if nodejs backend is used, then the backend and frontend are using the same language, some nodejs specific staff can used to make this better code structure, like lernajs
Yes, I already post articles about the nodejs blueprint on LinkedIn, Twitter and dev sites.
:+1: keep safe from novel coronavirus and good luck.
HI @feitian124 , now there is the last release (1.0.0) with your request: I consider this issue closed, but for every problems feel you free to open new tickets. Thanks.
nice work, thanks
Describe the bug
npm run start:app
not work after init an new appTo Reproduce
Expected behavior app luanch and works.
Screenshots
Desktop (please complete the following information):
there are 2 issue: