This is the frontend for https://www.vortechmusic.com
- Framework: React
- Styles: Sass
- Library: Bootstrap 4
- Language: HTML5
- Package manager: npm
- Bundling: Webpack
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 :)
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
npm
- Clone the repository
- In the root, run
npm install
and thennpm run start
- 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