Live Customizer

Follow the Step

  • step 1: - Open your terminal and run: npm i
  • step 2: - Run the project in local using npm run dev
  • step 3: - To set the styles, For example: If you want to set the default theme of the project as light theme then go to the src/store/setting/state.ts file and set the theme_color value as "light"
    "theme_color": {
    "value": "dark"  // change dark to light
    },
  • step 4: Change the value hotstar to netflix
  • step 5: close the tabs of your project on browser
  • step 6: - Re-run the project using the following command npm run dev
Note: For changing other styles follow from step 3 and make the changes to the appropriate object's value.