A basic webpack setup for a static site using react-three-renderer. Includes a presentation outlining the basic concepts of react-three-renderer, live demo here.
npm install
- To run locally,
npm run watch
- To build a static site to
/dist
,npm run build