vite-fullstack icon indicating copy to clipboard operation
vite-fullstack copied to clipboard

A MEVN app (boilerplate) with a responsive UI including a todo list and a show section with products from fakestoreapi.com... Built using vue3 && tailwind for the front and express, node, mongodb for...

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