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 install
Then,
npm run dev
The frontend is live at localhost:50505
Run this command to build the static files to /out/
folder
npm run build
Then upload the content of the /out/
folder to the public folder which hosts the frontend.