Create README.md

This commit is contained in:
Valentin Kaelin 2019-04-07 19:54:02 +02:00 committed by GitHub
parent bc2f551a03
commit 0b1a9ad01a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

33
README.md Normal file
View 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
```