# 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 ```