Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js App with Ant-Design and Less configured out of the box
Next With Ant Design Less is a boilerplate template that combines Next.js, Ant Design of React, and Less styling out of the box. Developers fork and clone the repository, install dependencies, and launch a Next.js app with Ant Design preconfigured and a custom Less theming file ready to edit.
Next With Ant Design Less is a Next.js application template with Ant Design of React preinstalled and preconfigured, plus Less support for custom theming. It takes a standard Next.js project skeleton and equips it with the Ant Design component library and a Less build pipeline. The project runs on Next.js, a React-based framework, and the live demo is hosted at next-with-ant-design-less.now.sh. The repository has 6 stars and accepts pull requests.
yarn install, then run next to start the development server.Fork the repository, clone your fork, run yarn install to install dependencies, then run next to start the development server. The custom Less file is already wired into the app, so any variable changes take effect on the next build.
