Skip to content

PhilippeSteinbach/Bike-Finder-Vue

Repository files navigation

Bike-Finder PWA

This is the Frontend of Bike-Finder. To use PWA features the application needs to be run in production mode.

Prerequisites

Install NodeJS

Refer https://nodejs.org/en/ to install NodeJS

Install Vue Cli

Install Vue Cli Node Package Globally using the following Command.

npm install -g @vue/cli

Set up local environment variables

Rename .env.local.example to .env.local and enter Client Secret from the bike-finder Squidex App (Settings -> Client -> Client Secret).

Cloning and Running the Application

Go into the project Folder and install the npm packages using the following command

npm install

Run the following command to run the application

npm run serve

The application runs on localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published