Skip to content

CSCE315-Spring23/team41_proj3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team 41 Project 3 Web App

Front End

Set Up

cd spin
npm i

Dev Build Launch

npm start

Back End

Set Up

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Launch

python -m stone