This is the official website for create-projex - a blazing-fast CLI tool to scaffold modern web projects.
Visit the website at: create-projex.com
- React 19 - Latest React with modern features
- TypeScript - Type safety and better DX
- Vite - Lightning-fast build tool
- Custom CSS - Modern CSS with utility classes and custom design system
- Heroicons - Beautiful SVG icons
- Modern Design - Clean, professional, and responsive
- Interactive Elements - Copy buttons, animations, and smooth scrolling
- Comprehensive Documentation - Complete CLI reference and guides
- Template Showcase - Detailed information about all available templates
- Mobile-Friendly - Fully responsive design
- Performance Optimized - Fast loading and smooth animations
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewsrc/
├── components/
│ ├── Navbar.tsx # Navigation with mobile menu
│ ├── Hero.tsx # Landing section with CTA
│ ├── Features.tsx # Feature highlights
│ ├── Templates.tsx # Template showcase
│ ├── GettingStarted.tsx # Step-by-step guide
│ ├── Documentation.tsx # CLI reference
│ └── Footer.tsx # Footer with links
├── App.tsx # Main app component
├── main.tsx # Entry point
├── index.css # CSS imports
├── styles.css # Base styles and CSS variables
└── utilities.css # Utility classes and components
The website uses a cohesive design system with:
- Primary Colors: Blue gradient (
--primary-500to--primary-600) - Secondary Colors: Green gradient (
--secondary-500to--secondary-600) - Typography: Inter font family with custom CSS variables
- Animations: Fade-up animations with staggered delays using CSS keyframes
- Components: Custom CSS utility classes and component-specific styles
The website is fully responsive with breakpoints:
- Mobile:
<768px - Tablet:
768px - 1023px - Desktop:
>=1024px
- Node.js >=18.17.0
- npm >=8.0.0
- Clone the repository
- Navigate to the website directory:
cd create-projex-website - Install dependencies:
npm install - Start the dev server:
npm run dev - Open http://localhost:5173
# Type check
npm run lint
# Build for production
npm run build
# The build output will be in the `dist/` directoryThe website can be deployed to any static hosting service:
- Vercel (Recommended)
- Netlify
- Cloudflare Pages
- GitHub Pages
This project is licensed under the MIT License - see the main project's LICENSE file for details.
Contributions are welcome! Please see the main project's CONTRIBUTING.md for guidelines.
Built with ❤️ for the developer community by Dhruv Chheda