silentshop / interstellar

0 stars 1 forks source link

Old Angular Site still doesn't work #4

Closed fullykubed closed 6 years ago

fullykubed commented 6 years ago

"npm run start" doesn't work

tylerthedeveloper commented 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

fullykubed commented 6 years ago

I think the second command should just be node server/lib/server.js

tylerthedeveloper commented 6 years ago

Correct, apologies. It has been updated!

tylerthedeveloper commented 6 years ago

Can you verify it works now so we can close this one @jclangst

fullykubed commented 6 years ago

It works.