-
Copy the
srcfolder from themetronic-tailwind-htmlpackage and paste it into the Reactsrcdirectory. -
Rename the copied folder to
metronicso that the directory structure should now look like this:src/metronic. This step imports the necessary styles and assets from the original HTML package into your React project. -
In the
src/metronic/corefolder, delete the unnecessaryindex.tsfile. This file is not needed for Single Page Application (SPA) integration as it could cause conflicts. Instead, rename theindex.spa.tsfile toindex.tsto ensure proper integration. -
Remove
KTLayoutinstance initialization fromsrc/metronic/app/layouts/demo1.js.KTDom.ready(() => { KTLayout.init(); });
-
Copy the
mediafolder from themetronic-tailwind-htmlpackage'sdist/assets/mediadirectory into your React project'spublicdirectory. -
Install the required Node.js packages by running
npm install. Start the React development server by runningnpm run dev.
-
Notifications
You must be signed in to change notification settings - Fork 0
dariolee111/metronic-react-tailwindcss
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published