Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 313 Bytes

File metadata and controls

29 lines (15 loc) · 313 Bytes

typescript-webpack-babylonjs-boilerplate

This is a demo project to unbundle babylon.js with typescript and webpack.

Prerequisites

Setup

Install dependencies

Run:

npm install

Development

Build

Run:

npm run build

Server

Run:

npm run start