Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Last active November 3, 2019 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save productioncoder/cc9461fa558783e5d5bdc63e8dfca58b to your computer and use it in GitHub Desktop.
Save productioncoder/cc9461fa558783e5d5bdc63e8dfca58b to your computer and use it in GitHub Desktop.
Scaffold a React app using create-react-app
npx create-react-app youtube-react
@productioncoder
Copy link
Author

This code snippet is used as part of the Build Youtube in React tutorial series part 2:
https://productioncoder.com/build-youtube-in-react-part-2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment