I am providing the setup for building the applications in React with Python FastAPI. Specifically, I am using Reactgrid in Javascript as one of the components.
Set-up instructions:
- Load the the reactgrid-fastapi.zip in your favorite IDE (such as VS Code).
- Go to the terminal in your IDE.
- Use the command 'cd backend'.
- Run 'curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python3 get-pip.py'
- Run 'pip3 install -r requirements.txt'.
- Run 'uvicorn main:app --reload/'.
- Use the command 'cd frontend'.
- Run 'npm install @silevis/reactgrid'.
- Run 'npm install axios'.
- Run 'npm start'.
- If you want to stop the processes, you can do that by using the keyb