Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 365 Bytes

File metadata and controls

13 lines (8 loc) · 365 Bytes

Example of usage react and flask over websocket

Prepare

  • Install nodejs, yarn and python with venv or use vscode devcontainers
  • Run yarn intall to install dependencies
  • Run yarn init_db to init database

Quickstart

  • To run server yarn server
  • To run react-app yarn serve-app