LeagueStats/client/README.md

38 lines
333 B
Markdown
Raw Permalink Normal View History

# LeagueStats Frontend
2019-03-30 22:55:48 +00:00
## Project setup
2023-09-20 20:01:43 +00:00
2019-03-30 22:55:48 +00:00
```
npm install
```
2023-09-20 20:01:43 +00:00
### Compile and hot-reload for development
2019-03-30 22:55:48 +00:00
```
2023-09-20 20:01:43 +00:00
npm run dev
2019-03-30 22:55:48 +00:00
```
2023-09-20 20:01:43 +00:00
### Compile and minify for production
2019-03-30 22:55:48 +00:00
```
npm run build
```
2023-09-20 20:01:43 +00:00
### Test the production build locally
2019-03-30 22:55:48 +00:00
```
2023-09-20 20:01:43 +00:00
npm run preview
2019-03-30 22:55:48 +00:00
```
2023-09-20 20:01:43 +00:00
### Lint files
2019-03-30 22:55:48 +00:00
```
npm run lint
```
2023-09-20 20:01:43 +00:00
### Format files
```
npm run format
```