Basic Web Project Template

Open, fork and clone the github repository.

In your command line terminal move to the path of local repository folder

npm -g install local-web-server

to install a simple local web server globally. Only needs to be done once.

Then in the terminal use

ws

to obtain url addresses for the local server and use one of them in your browser to open index.html

In your browser address bar add /example.html/ to end of the url address to open the example.html

Description

Basic Web project

The index.html only uses babylon.js where as example.html uses the loader and gui files in addition.