facebook / create-react-app

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

Using create-react-app with custom cli #2816

Closed plouc closed 7 years ago

plouc commented 7 years ago

Hi,

I'm currently working on Mozaïk v2. Instead of the previous manual config for the UI, I'm willing to move to CRA (as I did for most of my projects, thanks a lot!).

I was wondering if you could provide some advice regarding installation, here's the workflow I've got in mind:

For now I've copied some logic from this createReactApp.js script (create-react-app/packages/create-react-app/createReactApp.js) and customized it to install both react-scripts & Mozaïk stuff.

xyzdata commented 7 years ago

CLI enhancement wanted!

https://github.com/facebookincubator/create-react-app/issues/2811

Create React App eject Survey

https://docs.google.com/forms/d/e/1FAIpQLSfgwnbHqm6KIeROEdE6kqpbQQy9iV8BXJ3CXD5G9n8inPoyAQ/viewform

Timer commented 7 years ago

Hi! Sorry this never got answered, so I'll close this as outdated.

Your approach sounds fine though. 😄