How do I serve the app after building it?
Opened this issue · 0 comments
tddschn commented
After installing dependencies and running the build
package script defined in package.json
, how do I serve the built app in dist/
?
There's dist/client
and dist/server
, and serving the dist
or dist/client
directory won't work.
The readme says I should yarn serve
, which serves the project root, which doesn't work either.