play-nine/Notes

12 lines
477 B
Plaintext
Raw Normal View History

2020-04-05 22:34:33 +03:00
Test env variable:
2020-04-18 12:07:11 +03:00
console.log(process.env.REACT_APP_TEST_KEY);
2020-05-01 03:53:23 +03:00
PUBLIC_URL=http://127.0.0.1/play-nine
2020-05-01 04:06:48 +03:00
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
https://medium.com/@svinkle/how-to-deploy-a-react-app-to-a-subdirectory-f694d46427c1
https://stackoverflow.com/questions/49429906/how-should-i-configure-create-react-app-to-serve-app-from-subdirectory
https://skryvets.com/blog/2018/09/20/an-elegant-solution-of-deploying-react-app-into-a-subdirectory/