Run this script to create a new light-weight starter React App with Parcel.
cpa new-react-project
Install Parcel first.
npm install -g parcel
To run the script, give it executable permissions with chmod
.
chmod +x cpa
You can call the script by adding it as an alias in your shell config file. (e.g. .bashrc or .zshrc)
alias cpa="~/path/to/cpa"