An BabylonsJS starter kit featuring BabylonsJS, Koa 2, Karma, Jasmine, Mocha, TypeScript, Sass, TSLint, Sass Lint and Webpack 2.
npm install
gulp
- Now you should be able to access boilerplate Babylon.js application at
http://localhost:3214
.
babylonjs-node-ts-starter
└── assets - assets that will be server by the server.
│
└── src
│ └── client - client source code.
│ └── server - server source code.
│
└── compiled
│ └── client - client code compiled to JavaScript.
│ └── server - server code compiled to JavaScript.
│
└── webpack - webpack configuration.