Answers for "react app production should url point to public or build folder?"

1

build folder

build is where compiled version of assets are placed when you run npm build
This is what will get delivered to user
Posted by: Guest on December-21-2020

Code answers related to "react app production should url point to public or build folder?"

Browse Popular Code Answers by Language