Run AngularJS client-side code for wwt-web-client

Hello,

I went through github repo for wwt-web-client. The steps to run wwt-web-client are really very helpful. I’m able to run wwt-web-client using npx which runs through nodejs as server-side code.

So, I’ve already running nodejs process for wwt-web-client. I want to run just AngularJS client-side code for this running wwt-web-client. Could you please provide the steps for that? (I guess it should be doable by bower, grunt serve, etc.)

Regards,
Viral

I see grunt task is building wwtwebclient.js for AngularJS code, which is being run by npx. This is helpful for me as of now.

Regards,
Viral

1 Like