LeagueStats/client
2023-11-03 21:44:56 +01:00
..
public fix: ok another try 2023-10-10 22:16:33 +02:00
src feat: try to add plausible back 2023-10-10 21:21:43 +02:00
.eslintignore feat: replace old client folder 2023-09-20 22:01:43 +02:00
.eslintrc.js feat: replace old client folder 2023-09-20 22:01:43 +02:00
.gitignore feat: replace old client folder 2023-09-20 22:01:43 +02:00
.prettierignore feat: replace old client folder 2023-09-20 22:01:43 +02:00
.prettierrc.js style: sort all tailwind classes with prettier plugin 2023-09-21 12:52:17 +02:00
babel.config.js feat: replace old client folder 2023-09-20 22:01:43 +02:00
index.html feat: use absolute url for plausible script to prevent error in dev mode 2023-10-11 20:14:27 +02:00
package-lock.json chore: update used deps 2023-11-03 21:44:56 +01:00
package.json chore: update used deps 2023-11-03 21:44:56 +01:00
postcss.config.js chore: small changes 2023-09-20 22:04:57 +02:00
README.md feat: replace old client folder 2023-09-20 22:01:43 +02:00
tailwind.config.js feat: replace custom-forms tailwind plugin by forms 2023-09-21 12:45:52 +02:00
vite.config.js fix: tmp remove vite eslint plugin 2023-09-20 22:18:51 +02:00

LeagueStats Frontend

Project setup

npm install

Compile and hot-reload for development

npm run dev

Compile and minify for production

npm run build

Test the production build locally

npm run preview

Lint files

npm run lint

Format files

npm run format