oleg-darkdev / mks-14_app

Educational project about experiments realized on the international space station 🛰️

Home Page:https://mks-14.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

Educational project about experiments realized on the international space station 🛰️

https://mks-14.vercel.app


Languages

Language:JavaScript 89.4%Language:Svelte 9.8%Language:TypeScript 0.7%Language:CSS 0.1%Language:HTML 0.0%