GopxWebUI

A comprehensive collection of meticulously crafted React components styled with Tailwind CSS and Framer Motion.

MIT License

Stars
9
Committers
4

gopx-webui

A comprehensive collection of meticulously crafted React components for web styled with Tailwind CSS and Framer Motion

Repository Structure

.
├── .git
├── .turbo
├── .vscode
├── apps
│   └── website (Next.js application)
│       ├── .next
│       ├── .turbo
│       ├── components
│       ├── node_modules
│       ├── pages
│       ├── public
│       ├── styles
│       ├── .eslintrc.json
│       ├── .gitignore
│       ├── README.md
│       ├── next-env.d.ts
│       ├── next.config.mjs
│       ├── package.json
│       ├── postcss.config.mjs
│       ├── tailwind.config.ts
│       ├── theme.config.tsx
│       └── tsconfig.json
├── node_modules
├── packages
│   ├── config-eslint
│   ├── config-tailwind
│   ├── config-typescript
│   └── ui
├── .gitignore
├── .npmrc
├── README.md
├── package.json
├── pnpm-lock.yaml
├── pnpm-workspace.yaml
└── turbo.json

Getting Started

  1. Clone the repository
  2. Install dependencies:
pnpm install
  1. Run the development server:
pnpm dev

Available Scripts

  • pnpm dev: Starts the development server
  • pnpm build: Builds the project
  • pnpm start: Starts the production server
  • pnpm lint: Runs linting

Technology Stack

Project Structure

  • apps/website: Contains the Next.js website application
  • packages: Shared packages and configurations
  • config-eslint: ESLint configuration
  • config-tailwind: Tailwind CSS configuration
  • config-typescript: TypeScript configuration
  • ui: Shared UI components

Contributing

CONTRIBUTING.md

License

MIT License