mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
Create README.md
This commit is contained in:
parent
bc2f551a03
commit
0b1a9ad01a
1 changed files with 33 additions and 0 deletions
33
README.md
Normal file
33
README.md
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
# 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
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue