LeagueStats/client-new/README.md

38 lines
333 B
Markdown
Raw Normal View History

2023-09-20 20:00:14 +00: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
```