npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

create-mkx-vite

v1.1.1

Published

A modern Vite boilerplate with React, TypeScript, and Tailwind CSS 4

Readme

React Standard Template for Vite

NPM Version NPM Downloads License Bundle Size Author

A professional React + TypeScript + Vite template with modern tooling and best practices built-in. Get started with a production-ready setup in seconds.

🚀 Quick Start

npx create-mkx-vite
npm run dev

✨ Features

This template comes with everything you need for modern React development:

🏗️ Core Stack

  • React 18 with TypeScript support
  • Vite for lightning-fast development
  • React Router for client-side routing
  • Tailwind CSS for utility-first styling

🎨 UI & Styling

  • Material-UI (MUI) components and icons
  • Dark/Light mode toggle built-in
  • Responsive design patterns
  • Custom component library structure

🔧 Developer Experience

  • ESLint & Prettier for code quality
  • TypeScript with strict configuration
  • Hot Module Replacement (HMR)
  • Organized folder structure

📦 State & Data Management

  • Axios configured for API calls
  • Formik + Yup for form handling and validation
  • Custom hooks for common patterns
  • Mock data setup for development

🛠️ Additional Tools

  • Authentication components (SignIn/SignUp)
  • Error boundaries and 404 handling
  • Service layer architecture
  • Reusable schemas and configurations

📁 Project Structure

<project-name>/
├── public/
│   └── vite.svg
├── src/
│   ├── Authentication/          # Auth components
│   │   ├── SignIn/
│   │   └── SignUp/
│   ├── Components/              # Reusable UI components
│   │   ├── Common/
│   │   │   ├── Header/
│   │   │   └── Footer/
│   │   └── Home/
│   ├── Pages/                   # Route components
│   │   ├── Home/
│   │   ├── AboutUs/
│   │   └── ContactUs/
│   ├── Services/                # API service layer
│   │   ├── Home/
│   │   ├── AboutUs/
│   │   └── ContactUs/
│   ├── Configs/                 # App configuration
│   │   ├── axios.ts
│   │   └── urls.ts
│   ├── Schemas/                 # Validation schemas
│   ├── Routes/                  # Route definitions
│   ├── Layout/                  # Layout components
│   ├── Mock/                    # Mock data
│   ├── Resources/               # Static assets
│   └── NotFound/                # 404 component
├── index.html
├── .eslintrc.cjs
├── package.json
├── tsconfig.json
├── tsconfig.node.json
└── vite.config.ts

🔨 Development

Prerequisites

  • Node.js (version 16 or higher)
  • npm or yarn package manager

Available Scripts

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

# Run linting
npm run lint

# Run type checking
npm run type-check

Development Server

npm run dev

Starts the development server at http://localhost:5173 with:

  • Hot Module Replacement (HMR)
  • TypeScript error reporting
  • ESLint integration
  • Fast refresh for React components

Production Build

npm run build

Creates an optimized production build with:

  • Code splitting and tree shaking
  • Asset optimization and compression
  • TypeScript compilation
  • Source maps for debugging

🎯 Best Practices Included

  • Component Organization: Clear separation between pages, components, and services
  • Type Safety: Full TypeScript integration with strict configuration
  • Code Quality: ESLint and Prettier configurations
  • Performance: Lazy loading and code splitting ready
  • Accessibility: Semantic HTML and ARIA attributes
  • SEO Ready: Meta tags and structured data support

📚 Documentation & Resources

🐛 Issues & Support

If you encounter any issues or have questions:

  1. Check the Issues page
  2. Create a new issue with detailed information
  3. Use the appropriate issue template

📄 License

This project is licensed under the MIT License – see the LICENSE file for details.

👨‍💻 Author

Mani Kant Sharma

LinkedIn GitHub Email Instagram