CRA, react-scripts create-react-appfacebook • Updated 2025 Feb 17 10:43 (Deprecated)
create-react-app
facebook • Updated 2025 Feb 17 10:43
Simple react project structure maker
create react app
추상화 정도가 높아서 웹팩 등의 코어한 부분을 건드려야 할 경우 결국 이젝트를 해야하는데, 이는 복잡성이 증가하고 유지보수면에서 좋지 않다
Sunsetting Create React App – React
The library for web and native user interfaces
https://react.dev/blog/2025/02/14/sunsetting-create-react-app

React Create App Github Pages
How should I configure create-react-app to serve app from subdirectory?
In addition to your requirements, I am adding mine: It should be done by CD, through an env variable. If I need to rename the subdirectory, I should only have to change the env variable. It should work with react-router. It should work with scss (sass) and html.
https://stackoverflow.com/questions/49429906/how-should-i-configure-create-react-app-to-serve-app-from-subdirectory
Using `"homepage"` in package.json, without messing up paths for localhost
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
https://stackoverflow.com/questions/43011207/using-homepage-in-package-json-without-messing-up-paths-for-localhost

Seonglae Cho