# Frontend Setup

  • Find file .env in frontend root folder.
  • Update VUE_APP_API_BASE_URL to your server url.
  • Update VUE_APP_API_KEY_GMAP to API Key Google Map. See Generating a Google Maps API key
  • Run npm install in root folder.
  • Run npm run serve for dev.
  • Open http://localhost:8080/install.
  • In this page you will need to fill FirstName, email, username, password, and Role.
  • Fill the form and submit. It will create Super Admin User and default Site Configurations.

Installation Page

# Project setup

npm install

# Compiles and hot-reloads for development

npm run dev

# Compiles and minifies for production

npm run build