I created a react app, and installed AdminLTE with `npm i admin-lte` and everything is in `node_modules`. How can i now use the theme (like use the css classes etc) without copying the `dist` folder to the `public` folder?
I created a react app, and installed AdminLTE with
npm i admin-lteand everything is innode_modules.How can i now use the theme (like use the css classes etc) without copying the
distfolder to thepublicfolder?