Hi,
I am using Bootstrap Admin Dashboard Theme, and I want to deploy it on Haruko.
so I add this script
"start": "NODE_ENV=production cd theme/tools && yarn install && npm run build --production --demo1"
I am not sure if I am right but I have no idea how to run the app in the production.
I deploy it and it builds successfully but it's not working.
So can you help me with what should I do to run it in the production mode.
Hi,
Have you tried to open it via browser, and point to the index file?
/html/demo1/dist/index.html.
Thanks