Export the react app for static compilation
npm run-script build
This will create a folder named "build" which contain all the static components that can be served to the http server
p.s. The build folder can be moved to the corelink-server/public repo for testing