Closed prasadtalasila closed 9 months ago
@nichlaes please provide your thoughts on this issue. Thanks.
This issue seems somewhat overlapping with the docker containers of client. If a docker container is available, multiple instances of it can be launched at multiple ports. Do we really need to work on this issue?
docker image is a more comfortable way to complete this task.
The current code base of
client/
builds a static website from react single page application code. The yarn start of client simply usesserve
npm package to serve satic website.The goal is to build an npm package for react website so that it can be reused in the installation scripts. The target is something similar to libms. The current env.js is to be provided as a flag to the npm package.
The Nest.js framework has static file server package. This is to be used for serving the react
build
folder.