Socket
Book a DemoInstallSign in
Socket

@diagramers/admin-template-react

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diagramers/admin-template-react

React TypeScript admin dashboard template for Diagramers

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

{{projectName}}

A modern admin dashboard built with React, TypeScript, and Tailwind CSS.

Features

  • ⚡️ Fast Development - Vite for lightning-fast builds
  • 🎨 Modern UI - Tailwind CSS for beautiful, responsive design
  • 🔧 TypeScript - Full type safety and better developer experience
  • 📱 Responsive - Works on all devices
  • 🔌 API Ready - Connected to {{apiUrl}}
  • Real-time - Socket.IO support via {{socketUrl}}

Getting Started

Prerequisites

  • Node.js 16+
  • npm or yarn

Installation

npm install

Development

npm run dev

Open http://localhost:3001 to view it in the browser.

Build

npm run build

Preview

npm run preview

Project Structure

src/
├── components/     # Reusable components
├── pages/         # Page components
├── hooks/         # Custom React hooks
├── services/      # API services
├── utils/         # Utility functions
├── types/         # TypeScript type definitions
└── styles/        # Global styles

Configuration

  • API URL: {{apiUrl}}
  • Socket URL: {{socketUrl}}
  • Port: 3001

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run lint - Run ESLint

Learn More

Keywords

diagramers

FAQs

Package last updated on 20 Jul 2025

Did you know?

Socket

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.

Install

Related posts