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)
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.
clone it:
git clone https://github.com/y-essine/vite-fullstackcd into it:
cd vite-fullstackinstall dependencies:
npm iopen in a new window:
code .npm run dev