Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Makes getting started a one-liner #380

Merged
merged 1 commit into from
Sep 2, 2018
Merged

Conversation

codereviewvideos
Copy link
Contributor

https://blog.npmjs.org/post/162869356040/introducing-npx-an-npm-package-runner :)

Feel free to change the wording, or completely disregard. I won't be offended :)

Thank you for making and sharing this, I really appreciate it.

@elektronik2k5
Copy link

This is a great suggestion! I'd only add the fact that npx assumes a modern version of npm: >=5.2.0, which comes bundled with node >= 8.
Just to cover the case of someone trying to use npx in an ancient environment.

@DorianGrey
Copy link
Collaborator

CRA has a similar suggestion here: https://github.com/facebook/create-react-app#quick-overview
These should be roughly equivalent.

@AviDuda
Copy link

AviDuda commented Sep 1, 2018

yarn instructions are also missing - one-liner is:

yarn create react-app my-app --scripts-version=react-scripts-ts

@nickserv
Copy link

nickserv commented Sep 1, 2018

It's similar in npm now: npm create react-app my-app --scripts-version=react-scripts-ts

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants