- Git
- node + npm
- Quasar
npm install -g @quasar/cli
- Quasar Icon-Genie
npm install -g @quasar/icongenie
- Recommended: Visual Studio Code with Vetur Extension
git clone https://[Github-Username]:[Github_password]@github.com/F1nnM/StudiCar.git
Open settings (CTRL+,) and tick the option npm.enableScriptExplorer.
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
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