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: 8 days ago
JSON representation
babylonjs-typescript-webpack-starter
- Host: GitHub
- URL: https://github.com/pandadelphin/babylonjs-typescript-webpack-starter
- Owner: pandadelphin
- Created: 2017-09-09T17:33:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:57:30.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T15:08:06.445Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 5.6 MB
- Stars: 64
- Watchers: 3
- Forks: 29
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-babylonjs - babylonjs-typescript-webpack-starter - A starter template for those who want to use the famous JavaScript 3D game engine Babylon.js with TypeScript and Webpack. (Projects)
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