/antd-customize-theme

Primary LanguageJavaScriptMIT LicenseMIT

Antd Logo React Logo Webpack Logo

Yarn Version Node Version webpack Version antd Version react Version

Introduction

This source code to help you get started with React, antdesign with customize.

Installation

Source code works on Node version 16.13.0 and Yarn version 1.22.17. If you don't have it, install it first. The setup and startup steps I describe in the Installation section.

1. Open Git bash.
2. git clone https://github.com/t-pk/antd-customize-theme.git.
3. cd antd-customize-theme.
4. yarn. // install library.
5. setup .env file. Please open the file `env.example` and set the environment variables properly.

Below are the variables in env.

REACT_APP_NODE_ENV=dev

#ENV config production add field.
#REACT_APP_NODE_ENV=production
#GENERATE_SOURCEMAP=false

Running the app

# development
$ yarn start

# production mode
$ yarn start:prod

Support

If there is a problem in the source code, please open the Issues tab or click here. I'm really grateful to the contributors. It motivates me to go further.

Stay in touch

License

MIT licensed.