LeagueStats/client
2023-09-22 17:43:42 +02:00
..
public feat: replace old client folder 2023-09-20 22:01:43 +02:00
src fix: role img link in detailed matches 2023-09-21 14:14:27 +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: start to update tailwindcss to latest version 2023-09-20 23:43:14 +02:00
package-lock.json chore: update deps 2023-09-22 17:43:42 +02:00
package.json style: sort all tailwind classes with prettier plugin 2023-09-21 12:52:17 +02: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