Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.08 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.08 KB

StudiCar

Getting started

Prerequisites

  • Git
  • node + npm
  • Quasar npm install -g @quasar/cli
  • Quasar Icon-Genie npm install -g @quasar/icongenie
  • Recommended: Visual Studio Code with Vetur Extension

To clone Github-Repository:

git clone https://[Github-Username]:[Github_password]@github.com/F1nnM/StudiCar.git

Running local version

(Optional) Set up VS Code to show npm scripts

Open settings (CTRL+,) and tick the option npm.enableScriptExplorer.

PWA

if starting for the first time, make sure to run the following scripts:

cd PWA
npm run build
icongenie generate -m pwa -i app-icon.png
npm run dev

or in VS CODE, in the bottom left corner: NPM SCRIPTS > PWA/package.json > dev - PWA > hover > little triangle to run

This will open the page in the browser. The address is http://localhost:3000

API

cd API
npm run start

or in VS CODE, in the bottom left corner: NPM SCRIPTS > API/package.json > start - API > hover > little triangle to run

The API can be reached at simply http://localhost