CSE 40677 Open Source Software Development - Web Terminal Project
Project Website - GitHub Pages
pip install web_terminal
python3 -m web_terminal
pip install flask websockets
npm install -g @angular/cli
cd client
npm install
cd -
cd client
ng build -- --configuration=flask
cd -
python web-terminal.py
build can optionally be run with --prod
or --watch