Alfred Create React App Workflow
Run Create React App straight from Alfred on OSX
1) Download and install the workflow file;
2) Edit the workflow to define your default projects directory
3) and run it with
create react app <app name>
or with the shortened command
cra <app name>
4) The create react app command will run in your terminal
5) It will be installed on the directory you predefined
6) It will open automatically on VSCode