4th year VR project for university
- Download and install Node.js 7.10 or higher
After installing Nodejs you need to install some global dependencies.
open the terminal and run the following command:
npm install webpack webpack-cli -g
Now you need to install the project by following these steps:
- clone the repository
- cd into the cloned folder and run
npm install
To start the development server run npm run start:dev in the root directory of the project, the command will watch your changes
on ./src and recompile the javascript.
you can view the html on http://localhost:9000 when you run this command.