Answer the question
In order to leave comments, you need to log in
How to change default react script ${path}?
The default is to run the index.html file and the script from /src/index.js,
but how to run the script from:
Answer the question
In order to leave comments, you need to log in
For any custom stuff, you will have to write your own webpack config. Create React App allows you to quickly throw in a project, but is rather weakly customizable at a structural level.
What you need is just different entry points to the application.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question