/CreateMaterialReactApp

A simple utility that automates creating a react app and configuring material ui with react router and a helper file to generate new classes or functions

Primary LanguageJavaScript

CreateMaterialReactApp

PreReqs: Latest versions of npm, yarn, python3, and typer (pip package)

python3 create_app.py "NAME OF REACT PROJECT" "PATH TO FOLDER"

Example: python3 create_app.py react-demo ~/Documents/

Tip: Use python3 rt.py f "FunctionName" or python3 rt.py c "ClassName"

Remember to use yarn add, or yarn start inside the new react project instead of npm