Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New way to create - npm init react-app #4478

Closed
legodude17 opened this issue May 17, 2018 · 1 comment
Closed

New way to create - npm init react-app #4478

legodude17 opened this issue May 17, 2018 · 1 comment

Comments

@legodude17
Copy link

legodude17 commented May 17, 2018

Is this a bug report?

No

As of npm v6.0.0, you can do npm init <name> [...args] and it will run npx create-<name> <args>, this means that you can run this with npm init react-app my-app (or npm create react-app my-app). The README could mention this.

@iansu
Copy link
Contributor

iansu commented May 18, 2018

There's also yarn create react-app which we don't currently mention. We'd probably take a PR adding these to the user guide.

@iansu iansu changed the title New way to create New way to create - npm init react-app May 18, 2018
@lock lock bot locked and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants