Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 507 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 507 Bytes

Message Board Frontend

This is the frontend for the message board written in Javascript using Vue. This frontend uses the message board backend, ensure the backend is setup correctly first.

Setup

  • Copy .env.example to .env
  • Ensure VUE_APP_API is set to the hostname of the message board backend, example: localhost:8000
  • Install packages yarn install

Start

  • Run yarn serve to host the app locally with hot reloading or
  • Run yarn build to build the application for production