Skip to content

Latest commit

 

History

History

reactThreeFiberDemo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

FaceFilter react fiber demo

Presentation

This demo is fully standalone, that's why it is not in the /demos path like other demonstrations. To make it work, run from this path:

npm install
npm run start

THREE.js is used through Three Fiber. This is only a boilerplate, displaying a simple mesh. It also handles screen resizing / orientation change.

Jeeliz FaceFilter is used through the NPM facefilter package.

If you have any questions about Webpack / React / Three-fiber, you are welcome to ask them on a Webpack / React / Three-fiber board.

Webpack boilerplate original doc

This demo is based on Webpack boilerplate made by Tania Rascia and released under MIT software license. It is an amazing work to start quickly webpack projects!

Development server

npm start

You can view the development server at https://localhost:8443.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

Dependencies

Webpack

Babel

Loaders

Plugins