echo "please give your new React app app a snake-case name:" && read APP_NAME && npx create-react-app $APP_NAME && cd $APP_NAME
Achieving Developer Excellence with Automated Testing
echo "please give your new React app app a snake-case name:" && read APP_NAME && npx create-react-app $APP_NAME && cd $APP_NAME