Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 169 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 169 Bytes

launch vue

cd ...\crashGame\frontend

npm ci

npm run serve

launch backend(in other terminal):

cd ...\crashGame\backend

pipenv sync

pipenv python run crashApp.py