This is a basic boilerplate application for creating WebGL projects using Three.js and Parcel. It includes the following features:
- A basic file structure for a three.js project
- A simple scene with a rotating cube
- A basic camera and controls
- A basic material for the cube
- Clone or download the repository
- Run npm install to install the dependencies
- Run npm start to start a local development server
- Open http://localhost:1234 in a web browser
- The rotating cube should be visible in the browser window