Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mats31/webgl-starter-kit
A web starter kit with webgl renderer initialized from three.js
https://github.com/mats31/webgl-starter-kit
Last synced: 3 months ago
JSON representation
A web starter kit with webgl renderer initialized from three.js
- Host: GitHub
- URL: https://github.com/mats31/webgl-starter-kit
- Owner: mats31
- Created: 2017-01-15T18:06:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T23:01:19.000Z (almost 8 years ago)
- Last Synced: 2024-07-18T16:34:40.569Z (4 months ago)
- Language: JavaScript
- Size: 611 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Web Starter
===================My Web Starter using Vue.js & Webpack.
After cloning install all dependencies :
```bash
npm i
```## Task
### Start development
It starts a developement server at [0.0.0.0:8080](http://0.0.0.0:8080) with [webpack-dev-server](https://github.com/webpack/webpack-dev-server).
```bash
npm start
```
### Prepare for deploy
```bash
npm run build
```Yolo !