- Install Node.js and Visual Studio Code.
- Open the folder in Visual Studio Code.
- Open a terminal (Terminal > New Terminal).
- run
npm install
. If it failed for any reason, try again. - run
npm run watch
. - Ctrl + click the link shown in the terminal (usually it will be http://localhost:1234).
Note: you can use yarn to enable caching so that you don't download all the packages with project. You can download yarn from yarnpkg.com. Then replace npm install
with yarn install
and npm run watch
with yarn watch
.
- TypeScript - strict syntactical superset of JavaScript.
- glMatrix - Javascript Matrix and Vector library.
- WebGL - JavaScript API for rendering interactive 3D graphics.
- NodeJs - Server Environment