Skip to content

kris-classes/react-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Sandbox for ISCG7420 Semester 2 2020

Running the React App:

git clone https://github.com/kris-classes/react-sandbox
cd react-sandbox
npm install
npm start  # Runs the server on http://localhost:3000

Running the Python FastAPI backend:

python -m venv venv  # Create a virtual environment
venv\Scripts\activate  # Activate the virtual environment on Windows
# or source venv/bin/activate on Linux/MacOS
pip install fastapi uvicorn
uvicorn main:app --reload  # Runs the server on http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors