To run this demo you need:
- Node installed on your pc
- A static http server. I would recommend
live-sever
. Just run the below in your commandline:
npm install -g live-server
Then execute the `live-server` command in the client_side app directory.
- Execute the
node express-server
command in the server_side directory to start up the node sever.
P.S: The actual power point presentation can be found in the root directory of this demo.