Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 871 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 871 Bytes

MEVN fullstack app frontend

This used to be a monorepo deployed on heroku, now it's 2 different repos; one for the frontend and one for the backend.

This is the frontend for the MEVN stack app.

Frontend deployed here (vite-fullstack.vercel.app)

Backend repo

Description

A vue web app with a todo list and a show section with products from fakestoreapi.com... Built using with vue 3 and tailwind as the front and express, node, mongodb as the backend.

Setup

clone it:

git clone https://github.com/y-essine/vite-fullstack

cd into it:

cd vite-fullstack

install dependencies:

npm i

open in a new window:

code .

Run it

npm run dev

Preview

preview