andrewtelnov / carwash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 44.0%Language:HTML 25.7%Language:Python 15.4%Language:CSS 14.6%Language:Procfile 0.2%