Skip to content

Instantly share code, notes, and snippets.

@maecapozzi
Created December 12, 2017 15:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maecapozzi/41e249c24e683647babf451c675b22c8 to your computer and use it in GitHub Desktop.
Save maecapozzi/41e249c24e683647babf451c675b22c8 to your computer and use it in GitHub Desktop.
Cheat Sheet for create-react-app
  1. Install create-react-app globally npm install -g create-react-app

  2. Create a new application create-react-app <name-of-application>

  3. Run server npm start inside of the applications directory.

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