Skip to content

bill42362/webgl2-demoreel

Repository files navigation

webgl2-demoreel

Demo of WebGL2.

This project goes with:

Usage

Deploy static files

  • push to master/develop branch will auto trigger CI for google cloud platform.

Run production server

$ yarn install
$ cp default.config.json config.json
$ vim config.json # change SERVER_SIDE_RENDER and other values as you like.
$ PORT=xxx yarn start

Run develop server

$ yarn install
$ cp default.config.json config.json
$ vim config.json # change NODE_ENV to 'develop', SERVER_SIDE_RENDER and other values as you like.
$ PORT=xxx yarn devstart

Changing files

  • Use yarn plop to add reducer/reducerAction/action/selector/component.
  • Discuss with @frontend before changing/adding anything without yarn plop.

Update this document

$ yarn install
$ yarn docs

Document

About

Tech demo of WebGL2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published