
Company News
Andrew Becherer Joins Socket as Chief Information Security Officer
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.
create-bluecopa-react-app
Advanced tools
A command-line interface for bootstrapping modern React applications with Bluecopa integration, featuring opinionated best practices and pre-configured tooling.
Current version: 1.0.5
npm install -g create-bluecopa-react-app
# or
pnpm add -g create-bluecopa-react-app
The CLI uses environment variables for configuration:
# Optional configuration
export BLUECOPA_BOILERPLATE_REGISTRY=https://registry.npmjs.org
@bluecopa/react package with hooks (includes TanStack Query integration)# Create new app with default template
create-bluecopa-react-app my-dashboard
# Create new app with shadcn/ui template
create-bluecopa-react-app my-dashboard --template shadcn
# Or use npx
npx create-bluecopa-react-app my-dashboard
npx create-bluecopa-react-app my-dashboard --template shadcn
| Option | Description |
|---|---|
--skip-install | Skip dependency installation |
--template | Specify template (default, shadcn) |
--help | Show help information |
create-bluecopa-react-app [project-name] [options]Creates a new Bluecopa React application.
Parameters:
project-name: Name of the new project directoryoptions: CLI options (see above)Returns:
create-bluecopa-react-app my-dashboard
create-bluecopa-react-app my-dashboard --skip-install
npx create-bluecopa-react-app my-dashboard
npm run dev - Start Vite development server with hot reloadnpm run build - Build for production (TypeScript + Vite optimization)npm run start - Start production build locallynpm run preview - Preview production build locallynpm run lint - Run ESLint for code qualitynpm run lint:fix - Fix linting issuesnpm run type-check - Run TypeScript type checking without emitting filesnpm run clean - Clean build artifacts and dependencies@bluecopa/react - Bluecopa-specific React components and hooksThis CLI tool is part of the Bluecopa UI monorepo and integrates with the following packages:
@bluecopa/react - Bluecopa-specific React components and hooksThe generated applications can also be developed independently:
FAQs
CLI tool to create bluecopa React applications
We found that create-bluecopa-react-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.