An implementation of Express and BabylonJS to make it easier to code BabylonJS apps in NodeJS.
This repository is intended to allow BabylonJS coders to use NodeJS to host their BabylonJS sites via Express. Start with this project, replace the sample code in the /public/js/index.js file with your BabylonJS code.
After brining the code down run:
npm update
After completing the installation just replace the code in /public/js/index.js or add any JavaScript files needed. Ensure that if additional JavaScript files are added that you modify the index.html file to reference them