What's the best way to deploy a production build React app?
I use serve, if I perform npm start, it runs very well, my start script is '"start": "serve build -s -n -L -p 3000",',
Then I do railway up, and it fails performing it's own build
The Project ID is 4a0daac1-ea68-49b8-983f-e0e1cd9261fe
My react run dev is
it runs very well
But everytime I perform railway up, it fails building, I don't know what to do
Thanks in advance
Rafael
2 Replies