Fastapi-ReactJS TODO: CookieCutter NOT READY!!!!!! How to develop cd project # open README.md How to update cookiecutter template cp project {{cookiecutter.project_slug}} # update files with variables How to get your own project by cookiecutter Step 1. Install cookiecutter: python3 -m venv .venv source .venv/bin/activate pip install cookiecutter Step 2. Install cookiecutter: cookiecutter .