$ npm install -g create-react-app
$ create-react-app my-app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Retries a command on failure. | |
HELP=\ | |
"$0: $0 [flags] [options] [--] COMMAND | |
Runs a command, retrying if the command fails | |
Arguments: | |
COMMAND The command to run |