Getting Started with OpenReactHub
Welcome to OpenReactHub! This guide will help you set up and start using our open-source React and Next.js component library in your projects.
Quickstart
The fastest way to get started with OpenReactHub is to use our CLI tool. Follow these steps:
Install the OpenReactHub CLI globally:
Create a new project:
This command will create a new Next.js project with OpenReactHub pre-configured.
Navigate to your project directory:
Start the development server:
That's it! Your new OpenReactHub project is now running at http://localhost:3000
.
What's Included
The created project comes with an example component that demonstrates how to use OpenReactHub components:
This component is already imported and used in your src/app/page.tsx
file.