Torniojaws / vortech-front

React frontend for the Vortech website
https://vortechmusic.com
MIT License
0 stars 0 forks source link
frontend react

Vortech Frontend

This is the frontend for https://www.vortechmusic.com

Stack

The app

This will be a single page app that should work in most modern browsers. It should provide all the features of the previous version hosted in a 3rd party VPS. Having more features is welcome :)

Backend

The backend will run on the same server. It is a pure API that returns JSON format data for the frontend to process. The repository for the backend is at: https://github.com/Torniojaws/vortech-backend

Install

  1. Install npm
  2. Clone the repository
  3. In the root, run npm install and then npm run start
  4. http://localhost:8100 will open in a browser

NB: On some setups, there was a problem with pngquant: Error: pngquant failed to build, make sure that libpng-dev is installed

To fix that, do: sudo apt install libpng-dev and then re-run npm install