Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.57 KB

File metadata and controls

58 lines (34 loc) · 1.57 KB

Simple React + Ant.Design Boilerplate

About

This is a super simple app designed to demonstrate the usage of a few basic components from React and Ant.Design. While it's not the most optimized implementation, it serves as a good starting point to test and explore how Ant.Design components integrate with React.

Themes

Dark Theme & Light Theme

3-81dc6fc9c8

Features

  • Minimal Setup: A clean and lightweight structure for easy understanding.
  • Ant.Design Components: Demonstrates the implementation of popular UI components.
  • React Integration: Showcases how React and Ant.Design work together seamlessly.

Prerequisites

Getting Started

Clone the Repository

git clone https://github.com/yourusername/simple-react-ant-boilerplate.git
cd simple-react-ant-boilerplate

Install Dependencies

Using npm:

npm install

Start the Development Server

Using npm:

npm start

Open your browser and navigate to http://localhost:3000.

Usage

Explore the available components and modify the code to understand how to customize Ant.Design components to suit your needs.

Contributing

Feel free to fork this repository and submit pull requests to add features or improve documentation.