Create React App

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Apr 2 14:9
Editor
Edited
Edited
2025 Feb 17 11:47
Refs
Refs

CRA, react-scripts
create-react-app
facebookUpdated 2025 Feb 17 10:43
(Deprecated)

Simple react project structure maker

create react app

추상화 정도가 높아서 웹팩 등의 코어한 부분을 건드려야 할 경우 결국 이젝트를 해야하는데, 이는 복잡성이 증가하고 유지보수면에서 좋지 않다
 
 
 
Sunsetting Create React App – React
The library for web and native user interfaces
Sunsetting Create React App – React

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.
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.
Using `"homepage"` in package.json, without messing up paths for localhost
 

 
 
 
 
 
 

Recommendations