A CLI tool to quickly scaffold a new React Three Fiber project. Helping you to dive right into your next 3D endeavour!
Simply run the command and follow the prompts:
npx create-react-threeYou will be prompted to enter a project name. Once confirmed, the script will:
- Create the project folder
- Scaffold a R3F project (based on the template)
- Update
package.jsonandvite.config.jswith the given project name
- Prettier formatting
- ESLint code analysis
- Github pages deployment
Node.js v18 or higher
Contributions are welcome! Feel free to fork the repository, make changes, and open a pull request.
This project is licensed under the MIT License.