/carwash

Primary LanguageTypeScript

carwash

to run just client UI - install node, npm, then

cd app/client
npm start

To run everything: install python, pip, node, npm, then:

pip install flask, flask-restful, flask-cors

to run:

cd app
cd client
npm run build
cd ..
flask run