Skip to content

Instantly share code, notes, and snippets.

@dorayakikun
Created January 14, 2019 04:57
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 dorayakikun/845bd18dd425bec81f47944d0cfc8740 to your computer and use it in GitHub Desktop.
Save dorayakikun/845bd18dd425bec81f47944d0cfc8740 to your computer and use it in GitHub Desktop.
Run create-react-app without polluting the global environment / グローバル環境を汚さずにcreate-react-appを実行する
#!/bin/bash
npx --package create-react-app create-react-app my-project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment