I read the documentation on deployment. I don't see instructions on deploying on my own server. Should I consider a derivative of the netlify or other deployment options?
I don't see a yarn serve command in the package.json which I assumed I would find to at least start a simple server. And didn't find an equivalent command in the list produced from yarn rw.
I know this is a question with many different moving pieces and constrains, but is there at least a best practice for the simplest case? I'm not looking for the final solution, just the quickest solution for running all the pieces (and building the right front end components, etc.)
Or, perhaps an example where you could deploy inside a docker container?
I read the documentation on deployment. I don't see instructions on deploying on my own server. Should I consider a derivative of the netlify or other deployment options?
I don't see a
yarn servecommand in thepackage.jsonwhich I assumed I would find to at least start a simple server. And didn't find an equivalent command in the list produced fromyarn rw.I know this is a question with many different moving pieces and constrains, but is there at least a best practice for the simplest case? I'm not looking for the final solution, just the quickest solution for running all the pieces (and building the right front end components, etc.)
Or, perhaps an example where you could deploy inside a docker container?