Files
TorrServerJellyfin/web
dependabot[bot] 74ead6b3d8 Bump minimist from 1.2.5 to 1.2.6 in /web (#157)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 13:25:39 +03:00
..
2021-09-09 01:19:54 +03:00
2022-03-18 23:57:26 +03:00
2020-12-24 12:59:16 +03:00
2021-07-18 13:25:41 +03:00
2021-06-08 14:12:32 +03:00
2021-06-08 14:12:32 +03:00
2021-06-08 14:12:32 +03:00
2021-06-08 14:12:32 +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. in .env file add TMDB api key
  2. 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