This source code to help you get started with React, antdesign with customize.
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
# development
$ yarn start
# production mode
$ yarn start:prod
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.
- Author - Tai Pham