创建像 create-react-app 这样的 React 应用程序结构

Create react app structure like create-react-app

我想创建一个包来创建自定义结构,就像 create-react-app 那样创建一个 React 应用程序。有办法吗?

要创建 模板,您只需托管您的代码(如 github)并重复使用它。

但我假设您想要构建 CRA 模板,请参阅文档中的Building a Template