facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.58k stars 26.8k forks source link

Maintain CRA template as a separate repository #12538

Open arunkumar413 opened 2 years ago

arunkumar413 commented 2 years ago

Hi Team React,

Could you please maintain the CRA template as a separate repository so that users can fork the template and create their own templates adding additional abstraction and features. Though users can upload and maintain a template under their accounts they'll not get the updates made to the templates under the create-react-app

Thanks, Arun

xiaochuan1719 commented 2 years ago

You can directly fork this repository and modify the content of cra templates or react-scripts in it, and then publish it as your own customized version .

Then, you can :

npx create-react-app my-app --template typescript --scripts-version your-react-scripts