This repository is the best combination of Next.js, Ant Design, Less, and Tailwind CSS to start building web applications.
Clone this repository
$ git clone https://github.com/lordriyan/nextjs-antd-less-tailwindcss-boilerplate.git
Install all dependecies
$ yarn
Run your project
Development
$ yarn dev
Production
$ yarn build
$ yarn start
Navigate to http://localhost:3000/ to see your web page