You also can see server
Firstly you need set up .env file
Example env.
REACT_APP_BACKEND_URL=BackEnd url
REACT_APP_BACKEND_WS_URL=WebSocket url
For run app:
npm run build:css # for build css file
npm run start # for dev server
npm run build # for build app
If you want to help me, or you have any suggestion, make your pull request or write me :)