Hi keenthemes,
I want to create a new project with a blank page. Can this be done?
Hi,
We don't have a skeleton project (cause each user wants his own level of the skeleton).
Anyway, just try to dive into the code and clear the theme.
First two steps:
1) Remove everything from src/app/modules
folder, except src/app/modules/auth
.
2). Clear routing src/app/routing/PrivateRoutes.tsx
(keep only dashboard page link and authorization).
3). Clear dashboard src/app/pages/dashboard/DashboardWrapper.tsx
and after that Dashboard will be a blank page but with Metronic Layout/
Regards,
Keenthemes support