LeagueStats/client/README.md
2023-09-20 22:01:43 +02:00

37 lines
333 B
Markdown

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