this repository contains all projects created by team 5
this project created with vite, React, typescript
Install this project with npm
in root directory run:
cd '1- GameLandingPage'
npm install
cd my-project
then:
npm install
and then:
npm run dev
this project created with Vite and Vanilla typescript
Install this project with npm
in root directory run:
cd '2- Vitrin Clone'
npm install
on Linux based systems you only need to run :
npm start
on Windows you need to run:
npm run dev
and in a separate terminal run:
npm run tw
this project created with HTML, Tailwind and JS
Install this project with npm
in root directory run:
cd '3- page builder'
npm install
for generating tailwind styles run
npm start
then you need a live server to run the project in browser