From 0b1a9ad01acd230605f2de2c3f7597e799d9c601 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin <33511688+Kalaneee@users.noreply.github.com> Date: Sun, 7 Apr 2019 19:54:02 +0200 Subject: [PATCH] Create README.md --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff645c1 --- /dev/null +++ b/README.md @@ -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 +```