Live Customizer
Follow the Step
- step 1: - Open your terminal and run: npm i
- step 2: - Run the project in local with: npm start
- step 3: - To set the styles by default for example if you want to set the default
theme of the project as light theme then go to the file
src/store/setting/state.js
and set the theme_scheme value as "light""theme_scheme": { "value": "dark" },
- step 4: Change the value dark to light
- step 5: close the tab of your project on browser
- step 6: - Re-run the project using the following command npm start