1.8.0 • Published 8 months ago

create-r3f v1.8.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

create-r3f

A CLI tool to quickly create React Three Fiber (R3F) applications with a pre-configured setup.

Installation

npx create-r3f my-r3f-app

Using npx (recommended)

This will create a new R3F application in a directory called my-r3f-app with all necessary dependencies and configuration.

Features

  • šŸš€ Quick project setup for React Three Fiber
  • āš”ļø Pre-configured development environment
  • šŸ“¦ Includes essential dependencies
  • šŸŽØ Basic template with example components
  • šŸ›  Ready-to-use project structure

Project Structure

my-app-name/ ā”œā”€ā”€ public/ │ ā”œā”€ā”€ favicon.ico │ ā”œā”€ā”€ index.html │ ā”œā”€ā”€ logo192.png │ ā”œā”€ā”€ logo512.png │ ā”œā”€ā”€ manifest.json │ └── robots.txt ā”œā”€ā”€ src/ │ ā”œā”€ā”€ App.js │ ā”œā”€ā”€ App.css │ ā”œā”€ā”€ index.js │ └── other configuration files └── package.json

Development

After creating your project:

cd my-r3f-app npm install npm start

This will start the development server on http://localhost:3000.

Contributing

Contributions are welcome! Feel free to submit issues and pull requests.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

MIT Ā© rajkumar_palanichamy


Made with ā¤ļø for the React Three Fiber community

1.8.0

8 months ago

1.7.0

8 months ago

1.6.0

8 months ago

1.5.0

8 months ago

1.4.0

8 months ago

1.3.0

8 months ago

1.2.0

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago