Hello, I recently purchased this theme assuming that It will provide multiple options for project structure but I did not read the documentation clearly, I have an already existing next js project and I want to integrate the admin side with this theme. How can I do that? Thank you.
Hi Danyal
Did you ever find a way to make the theme work with an existing NextJS app?
Hi,
Sorry for the late reply.
Unfortunately, at the moment we haven't tried combining our React theme with Next.js, we will try it and consider using Next.js.
Make sure to load our main-style files import './_metronic/assets/sass/style.scss'
, import './_metronic/assets/sass/plugins.scss'
globally and copy global component initialization from src/_metronic/layout/MasterInit.tsx.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi Lauris,
Any update on this? I'm trying to do the same and I'm wondering if you have any updated recommendations.