Demo: swedenmentor.github.io
Backend API repo: https://github.com/swedenmentor/API
Install NodeJS LTS from NodeJs Official Page
Clone the repository
Run in the terminal this command:
npm installThen,
npm run devThe frontend is live at localhost:50505
Run this command to build the static files to /out/ folder
npm run buildThen upload the content of the /out/ folder to the public folder which hosts the frontend.