SaranSundar / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 55.4%Language:Python 29.1%Language:HTML 8.5%Language:CSS 7.0%