Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A web starter kit with webgl renderer initialized from three.js

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 !