Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/pandadelphin/babylonjs-typescript-webpack-starter

babylonjs-typescript-webpack-starter
https://github.com/pandadelphin/babylonjs-typescript-webpack-starter

Last synced: 2 months ago
JSON representation

babylonjs-typescript-webpack-starter

Lists

README

        

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
```
3. Open Browser and Enter [http://localhost:8080](http://localhost:8080)

## Deployable Product Build ##
1. Build the app
```
npm run build
```
2. Deployable app is in dist folder now