-
Notifications
You must be signed in to change notification settings - Fork 1
Running a demo
yngve-sk edited this page Jul 6, 2017
·
2 revisions
Requirements: Node.js, python
- Clone the repository
git clone https://github.com/yngve-sk/Volume-Rendering-WebGL
- Install server dependencies, i.e
cd server && npm install
- To run the server:
node index.js
- Run the client, cd into the client folder and do
sh runserver.sh
, or use any HTTP server you'd like to serve the index.html file (runserver.sh is just short forpython -m SimpleHTTPServer 8000
)
Notes: The server will run on port 8001.