Skip to content

bstrickland415/microtechs-lead-dashboard

Repository files navigation

A web-app for Lead Department using the Shadcn-UI Template

Netlify Status

Usage Instructions

Technology Stack

This project is built with:

  • Vite
  • TypeScript
  • React
  • shadcn-ui
  • Tailwind CSS

All shadcn/ui components have been downloaded under @/components/ui.

File Structure

  • index.html - HTML entry point
  • vite.config.ts - Vite configuration file
  • tailwind.config.js - Tailwind CSS configuration file
  • package.json - NPM dependencies and scripts
  • src/app.tsx - Root component of the project
  • src/main.tsx - Project entry point
  • src/index.css - Existing CSS configuration
  • src/pages/Index.tsx - Home page logic

Components

  • All shadcn/ui components are pre-downloaded and available at @/components/ui

Styling

  • Add global styles to src/index.css or create new CSS files as needed
  • Use Tailwind classes for styling components

Development

  • Import components from @/components/ui in your React components
  • Customize the UI by modifying the Tailwind configuration

Note

  • The @/ path alias points to the src/ directory
  • In your typescript code, don't re-export types that you're already importing

Commands

Install Dependencies

pnpm i

Add Dependencies

pnpm add some_new_dependency

Start Preview

pnpm run dev

To Build

pnpm run build

For high quality web design at a fair price with highly skilled development visit https://www.themicrotechs.org !!!

About

Simple Web App for me to add and qualify leads for a web developer I am working for.

Topics

Resources

Stars

Watchers

Forks

Languages