Files
tag/README.md
2024-12-24 10:48:15 +07:00

783 B

My Ant Design App

This is a simple React application that uses Ant Design's Select component to create a multiple select dropdown with custom options.

Prerequisites

Before you begin, ensure you have met the following requirements:

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/my-antd-app.git
    
  2. Navigate to the project directory:

  cd my-antd-app
  1. Install the dependencies
  npm install
  1. Running the App
  npm start