Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 420 Bytes

File metadata and controls

18 lines (15 loc) · 420 Bytes

A starter template for those who want to use the famous javascript 3D game engine babylonjs with typescript and webpack.

How to Start?

  1. Download and Install Node.js
  2. Open Commandline and Enter
npm install 
npm start
  1. Open Browser and Enter http://localhost:8080

Deployable Product Build

  1. Build the app
npm run build
  1. Deployable app is in dist folder now