I am at a point where I want to build a dist package (I don’t know if that’s the right term) for my application to test it out.
I see where you can use either au build
or npm build
, but I am unsure what to do after that?
Do I need to create a webserver to serve the application on?
Do I need to build it for a specific IP address?
Right now I run au run --host [ip address]
to test things out.
Any guidance would be appreciated.