Skip to content

Shoutz0r/frontend

Repository files navigation

Shoutz0r (Frontend)

License CodeFactor Security Rating Maintainability Rating

  1. Introduction
  2. Front-end development
  3. Kindly Supported by
  4. Sponsor this project
  5. Recommended IDE setup

Introduction

This is the frontend of shoutz0r.

Built using Vite, Vue 3 & Bootstrap.

Storybook can be found here. The Storybook stories can be found in this repo. Feel free to ask any questions in the discussions.

Front-end development

To run a local webserver with hot-reload you can run:

npm run dev

Make sure to add shoutzor.local to your hosts file pointing to 127.0.0.1; The website will then be available at http://shoutzor.local:5173/

If you change the URL or port to something else, make sure you modify the FRONTEND_URL environment variable accordingly for the backend.

Kindly supported by

Sponsor this project

Shoutz0r is being developed entirely in my spare time.
If you like this project, please consider sponsoring it using the button in the sidebar of this repo (or click here ).
Every little bit helps to buy me a beer or pizza, which keeps me going!

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).