Skip to content

peer2agent/front-app

Repository files navigation

vite_react_shadcn_ts

A modern web application built with Vite, React, TypeScript, and Shadcn/ui.

✨ Features

  • Vite: Next-generation front-end tooling for a fast development experience.
  • React: A JavaScript library for building user interfaces.
  • TypeScript: Static typing for JavaScript.
  • Shadcn/ui: Beautifully designed components that you can copy and paste into your apps.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.
  • ESLint: For identifying and reporting on patterns in JavaScript.

🚀 Getting Started

Prerequisites

  • Node.js (v18 or higher recommended)
  • npm, yarn, or bun

Installation

  1. Clone the repository:
    git clone <your-repository-url>
  2. Navigate to the project directory:
    cd vite_react_shadcn_ts
  3. Install dependencies:
    npm install
    # or
    yarn install
    # or
    bun install

Running the Development Server

To start the development server, run:

npm run dev
# or
yarn dev
# or
bun dev

This will typically start the server on http://localhost:5173.

🛠️ Available Scripts

In the project directory, you can run the following scripts:

  • npm run dev or yarn dev or bun dev: Runs the app in development mode.
  • npm run build or yarn build or bun build: Builds the app for production to the dist folder.
  • npm run build:dev or yarn build:dev or bun build:dev: Builds the app for development to the dist folder.
  • npm run lint or yarn lint or bun lint: Lints the codebase using ESLint.
  • npm run preview or yarn preview or bun preview: Serves the production build locally for preview.

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for details (if applicable). You may want to add a LICENSE file.

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check [issues page](/issues).

Show your support

Give a ⭐️ if this project helped you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages