@netstart @dfaglioni Once a build is made to dist - how do I run the website pointing to dist app?
npm run serve.prod creates a build to dist folder.
I want to run that app but it seems to always point to the local one.
Do I need to install an additional http serve or something to view the app from that folder.
I need this because dist app will be all bundled and I want to test its all good before I push that app live.
Thank you.
@netstart @dfaglioni Once a build is made to dist - how do I run the website pointing to dist app?
npm run serve.prod creates a build to dist folder.
I want to run that app but it seems to always point to the local one.
Do I need to install an additional http serve or something to view the app from that folder.
I need this because dist app will be all bundled and I want to test its all good before I push that app live.
Thank you.