Hi, quite frustrated by lack of clarity on this issue.
React app deployed , says available, but is stuck on : Starting the development server…
So what do I need in Settings: Commands RUN section to actually make the site work?
npm xxxx? node xxxx?
I have read some people using serve but see no actual example of that working.
runs fine locally, no issues. deploys the build from github fine.
and it will sometimes show “ATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap …” in the live logs.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there,
You can deploy React as a static app so that it does not have to run as an actual service.
You can follow the steps on how to do that here:
You have to define that the component is a static site and define a build command which in your case should be npm build.
Hope that this helps.
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.