Closed fullykubed closed 6 years ago
Old package scripts: ng serve = base run, no server (won't be able to access data) Updated client + server split: npm run proxy-serve (client using proxy for express) node server/lib/server.js
I think the second command should just be
node server/lib/server.js
Correct, apologies. It has been updated!
Can you verify it works now so we can close this one @jclangst
It works.
"npm run start" doesn't work