Skip to content

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

Notifications You must be signed in to change notification settings

jsdream/babylonjs-node-ts-starter

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages