This is a small script which helps you to set up a basic React web application.
Download create-web-app:
$ git clone https://github.com/xumaple/create-web-app && cd create-web-appAnd install it:
$ sudo python3 setup.py installOr, alternatively, use the install script (which does the same thing):
$ chmod +x ./install
$ ./installThat's it! You can now run the create-web-app command from anywhere on your terminal to create a React web app.
$ create-web-app -v <project-name> <project destination>(the -v flag is optional and provides verbose output.)