docker-compose up
- Python >= 3.9
python app.py
python -m gunicorn -w 1 app:app
- Node.js >= 10
First, run the development server:
cd frontend/
npm ci
npm run dev
Open http://localhost:3000 with your browser to see the result.
npm ci
npm start
docker-compose up
python app.py
python -m gunicorn -w 1 app:app
First, run the development server:
cd frontend/
npm ci
npm run dev
Open http://localhost:3000 with your browser to see the result.
npm ci
npm start