Hi Devs. I am noob in StackDeveloper.
How configure vue-cli and nodejs for run both in same script for example:
run server app.js
And run the frontend and the backend.
Thanks.
PD: my english is bad
Hi Devs. I am noob in StackDeveloper.
How configure vue-cli and nodejs for run both in same script for example:
run server app.js
And run the frontend and the backend.
Thanks.
PD: my english is bad
For further actions, you may consider blocking this person and/or reporting abuse
Kyle Pena -
Ravi Kishan -
Ashish Gajjar -
Danwycliff Ndwiga -
Top comments (2)
You mean in the same npm script?
That sounds like a job for npm-run-all. You can see the documentation in here.
thanks