Files
TorrServerJellyfin/web
2021-06-16 10:40:01 +03:00
..
2021-06-11 08:47:27 +03:00
2021-06-04 19:32:37 +03:00
2021-06-16 10:40:01 +03:00
2020-12-24 12:59:16 +03:00
2021-05-31 15:21:56 +03:00
2021-05-25 16:22:22 +03:00
2021-05-26 10:18:17 +03:00
2021-05-25 16:22:22 +03:00
2021-06-15 18:05:45 +03:00
2021-06-15 18:05:45 +03:00

TorrServer web client

How to start project

  1. ignore first two steps if the server is on localhost
  2. duplicate .env_example and rename it to .env
  3. in .env file add server address to REACT_APP_SERVER_HOST (without last "/")

http://192.168.78.4:8090 - correct

http://192.168.78.4:8090/ - wrong

  1. yarn start

Eslint

Prettier will fix the code every time the code is saved

  • yarn lint - to find all linting problems
  • yarn fix - to fix code