To deploy their starter task to Stanford WWW, they need to update the homepage field of package.json to avoid 404 errors when their built app tries to fetch built app chunks.
Separately, running scp -r build/* ..., but scp -r 'build/*' ... does not work for me.
To deploy their starter task to Stanford WWW, they need to update the
homepage
field ofpackage.json
to avoid 404 errors when their built app tries to fetch built app chunks.Separately, running
scp -r build/* ...
, butscp -r 'build/*' ...
does not work for me.