LeagueStats/client-new/README.md
2023-09-20 22:00:14 +02:00

333 B

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