On Github SUNY-Albany-CCI-LearningEncounters / EWD-JS-Introduction-Part-I
Created by Luis Ibanez
We can start with the following directory structure
/opt/ /opt/ewdlite /opt/ewdlite/www /opt/ewdlite/www/ewd /opt/ewdlite/node_modules
EWD applications are split into
The client code is HTML and Javascript.
It goes in the directory.
/opt/ewdlite/www/ewd
Under its own directory name, for example.
/opt/ewdlite/www/ewd/helloworld/
Here is a helloworld example
of the Client HTML code.
HTML fileSelect the option "View Source" in your browser.