Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.02 KB

BabylonsJS Node TypeScript starter kit

An BabylonsJS starter kit featuring BabylonsJS, Koa 2, Karma, Jasmine, Mocha, TypeScript, Sass, TSLint, Sass Lint and Webpack 2.

Running locally

  • npm install
  • gulp
  • Now you should be able to access boilerplate Babylon.js application at http://localhost:3214.

Structure

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.