LeagueStats/README.md
2019-04-07 19:54:02 +02:00

33 lines
333 B
Markdown

# RiotAPI
## Global dependencies
```
Vue CLI
nodemon
```
## Project setup
```
cd client
npm install
cd server
npm install
```
### Compiles and hot-reloads for development
```
cd client
npm run serve
```
### Compiles and minifies for production
```
cd client
npm run build
```
### Run NodeJS server
```
cd server
npm run dev
```