A boilerplate for Reactjs app using nextjs, redux, antd, less
This is a boilerplate for a React.js app using Next.js, Redux, Antd, and Less. It provides a starting point for building a React app with these technologies.
To install this boilerplate, follow the steps below:
yarn
to install the dependencies.yarn dev
for development.yarn build
and yarn start
for production.yarn build:staging
and yarn start:staging
for staging.This boilerplate provides a convenient starting point for building a React app using Next.js, Redux, Antd, and Less. It includes essential features such as environment variable management, built-in support for customizing Ant Design theme, and support for global and component-level LESS stylesheets. With a simple installation process and clear documentation, developers can quickly get started with their React project and leverage the benefits of these technologies.