oleg-darkdev / bejahi-quiz_app

An educational quiz based on the research of victims in the Minsk ghetto πŸ•Ž

Home Page:https://bejahi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The starter is prepared for deployment to Vercel.

Configured to use Typescipt.

Stack

Commands

# clone repository and install packages
git clone https://github.com/oleg-darkdev/;
# start the server
cd backend;

yarn;

yarn dev
# start the front-end & open the app in a new browser tab
cd frontend;

yarn;

yarn dev --open
# create a production version  of front-end app :
cd frontend;

yarn build;
# create a production version  of back-end app :
cd backend;

yarn build;

About

An educational quiz based on the research of victims in the Minsk ghetto πŸ•Ž

https://bejahi.vercel.app


Languages

Language:JavaScript 90.1%Language:Svelte 8.1%Language:TypeScript 1.4%Language:CSS 0.3%Language:HTML 0.1%