LeagueStats/client-new
2023-09-20 22:00:14 +02:00
..
public fix: remove unused index.html 2023-09-19 14:23:42 +02:00
src style: format all frontend with prettier 2023-09-20 21:56:19 +02:00
.eslintignore chore: add eslint + prettier 2023-09-20 21:49:05 +02:00
.eslintrc.js chore: add eslint + prettier 2023-09-20 21:49:05 +02:00
.gitignore feat: start to migrate the frontend to vite 2023-09-19 14:21:34 +02:00
.prettierignore chore: add eslint + prettier 2023-09-20 21:49:05 +02:00
.prettierrc chore: add eslint + prettier 2023-09-20 21:49:05 +02:00
babel.config.js chore: add eslint + prettier 2023-09-20 21:49:05 +02:00
index.html feat: start to migrate the frontend to vite 2023-09-19 14:21:34 +02:00
package-lock.json chore: add eslint + prettier 2023-09-20 21:49:05 +02:00
package.json docs: add small readme to frontend 2023-09-20 22:00:14 +02:00
postcss.config.cjs feat: start to migrate the frontend to vite 2023-09-19 14:21:34 +02:00
README.md docs: add small readme to frontend 2023-09-20 22:00:14 +02:00
tailwind.config.js style: format all frontend with prettier 2023-09-20 21:56:19 +02:00
vite.config.js chore: add eslint + prettier 2023-09-20 21:49:05 +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