Next Antd Boilerplate screenshot

Next Antd Boilerplate

Author Avatar Theme by Hridoy43
Updated: 26 Jun 2021
24 Stars

Next.js boilerplate with the implementation of Ant Design (with less support)

Categories

Overview:

The Next-Antd Boilerplate is a Next.js boilerplate with the implementation of Ant Design, making it mobile-friendly. It offers support for Less and Ant Design theming, allowing users to customize the theme. The boilerplate also includes a mobile-only layout option and the ability to change the background color.

Features:

  • Less Support: Zero configuration is needed to use Less.
  • Ant Design Theming Support: Users can customize the theme by modifying the antd-variables.less file.
  • Mobile-only Layout: The boilerplate includes a mobile-only layout option that can be enabled in the appLayout.module.scss file.
  • Commitizen Friendly: The project is set up to be compatible with Commitizen, making it easier to follow commit message conventions.

Installation:

To use the Next-Antd Boilerplate, follow these steps:

  1. Clone the repository: git clone https://github.com/username/next-antd-boilerplate.git
  2. Change into the project directory: cd next-antd-boilerplate
  3. Install the dependencies: npm install
  4. Start the development server: npm run dev
  5. Open http://localhost:3000 in your browser to see the result.

Summary:

The Next-Antd Boilerplate is a Next.js boilerplate that combines the power of Next.js with the functionality and design of Ant Design. It offers support for Less and Ant Design theming, making it easy to customize the theme. The boilerplate also includes a mobile-only layout option and is compatible with Commitizen for easier commit message management.