react-material-admin-template
react-material-admin-template copied to clipboard
Distribution build
How to bundle everything for distribution(to be run without server).
npm run build
this template is made using the react-slingshot starter-kit: https://github.com/coryhouse/react-slingshot
you can get more information there.
It works, but requires a server. I need standalone distribution build. When I try to directly open index.html from dist folder, I get black screen. No console errors, div with id app is empty.