npm run build
im trying to create the build file but when i run the index.html file its showing the logo loading
Replies (2)
Hi,
If you want to run the app in the development command you can use the command:
npm run serve
For production, you have to deploy the whole build folder to your server.
Please check our deployment doc:
https://preview.keenthemes.com/metronic8/react/docs/docs/deployment
I am facing the same issue of loading screen.
- serve is not defined in package.json. so can't use npm run serve.