Skip to content

hridoy43/next-antd-boilerplate

Repository files navigation

This is a Next.js boilerplate (mobile friendly) with the implementation of Ant Design (with less support)

Licence version production website contributors Commitizen friendly

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Features

  • Less Support (Zero config needed!) 😃

  • Ant Design Theming Support (you can customize the theme from styles/antd-variables.less file. Here you can find the default variable for theming.)

  • Mobile only layout (you have to enable it from components/layout/appLayout.module.scss) and also change the background-color from styles/globals.less 👍

    max-width: 480px; //components/layout/appLayout.module.scss
    
    background-color: rgb(23, 23, 23); //styles/globals.less