Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js boilerplate with Ant Design and Less support for mobile-friendly web apps.
Next-Antd Boilerplate is a Next.js boilerplate that bundles Ant Design with Less support for mobile-first web development.
Next-Antd Boilerplate is a starter project built on Next.js and TypeScript that ships with Ant Design and Less support already configured. It takes a blank Next.js app and adds a themed Ant Design component library, a mobile-only layout, and developer tooling. The repository is maintained by hridoy43 and is available on GitHub.
styles/antd-variables.less to override Ant Design's default Less variables and apply your own design tokens.max-width: 480px in components/layout/appLayout.module.scss.styles/globals.less.npm run dev or yarn dev to start the development server and open http://localhost:3000.styles/antd-variables.less to change the theme and styles/globals.less to change the background color.Clone or fork the repository, install dependencies, then run npm run dev or yarn dev to start the development server at http://localhost:3000. The boilerplate wires Ant Design's Less theming through styles/antd-variables.less and applies a mobile-only layout through components/layout/appLayout.module.scss.
Yes, it is a public GitHub repository without any subscription or payment requirement.
It includes a Next.js app with Ant Design, Less support, a mobile-only layout configuration, ESLint, Stylelint, PostCSS, TypeScript, and Commitizen integration.
Edit styles/antd-variables.less in the repository to override Ant Design's default Less variables; changes apply on reload.
