Raining Hamburgers
A study project to deal with 3D objects, movements, rotations and post processing effects.
Created by Gabriel de Jesus.
- β‘οΈ Vite
- βοΈ React 18
- π§πΎβπ¨ Three.js
Clone repository
git clone https://github.com/gabrieldejesus/raining-hamburgers
cd raining-hamburgers
Install dependencies
npm install
To start the project locally on development, run:
npm run dev
Open http://localhost:5173 with your client to see the result.
- Node.js >= 16
public
β Static assets such as images, and others files.src
β Application source code, including pages, scenes and styles.
npm run dev
β Starts the application in development mode athttp://localhost:5173
.npm run build
β Creates an optimized production build of your application.npm run preview
β Preview the application in production mode.npm run lint
β Runs ESLint for all files in thesrc
directory.
If you need any help tu run this app or want to make new updates just contact me at: [email protected]