- Clone the repo and cd the directory.
- Set up the virtual env for python backend -
virtualenv virtual - Activate virtualenv
. virtual/bin/activateand install dependencies -pip install -r app/requirements.txt. Once installed, you can deactivate virtualenv. - Install ui dependencies -
yarn --cwd ./ui.--cwd ./uiallows to specify directory where package.json is located. - You are all set up. Now run
./develop.shand you have live development environment. Make changes to app or ui code and it will hot-reload.
vikramgulia/fastapi-react
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|