hi i brought metronic 8 , i have to use react version of it i unzip the demo1 and npm install
now i want to customize it how to do , also i want redux to use for state management can i do that
nice post
Hi,
Customization depends on your project requirements. if you already have an existing project then you can just copy theme files and paste them into your project.
Please make sure to include the mandatory style files:
import "./_metronic/assets/sass/style.react.scss"
import "./_metronic/assets/sass/style.scss"
import "./_metronic/assets/keenicons/duotone/style.css"
import "./_metronic/assets/keenicons/outline/style.css"
import "./_metronic/assets/keenicons/solid/style.css"