Files
partsERP/README.md

17 lines
296 B
Markdown

Precision and Research Technology Systems Limited
Website with online store
Powered by flask
enter virtual environment:
python -m venv VIRTUAL_ENVIRONMENT_NAME
run module bundler:
npm run build
host for machine:
python -m flask run
host for local network:
python -m flask run --host=0.0.0.0