Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 703 Bytes

README.md

File metadata and controls

52 lines (39 loc) · 703 Bytes

FromHome

A Shopify-like e-commerce store for home bakers to sell their products, and grow their business

Build Using MERN stack

Installation

Example:

You will need node and npm installed globally on your machine.

Clone down this repository.

 git clone https://github.com/muhammedShamal/fromhome

change directory to server

cd server

Install packages

npm install

change directory to vite_client

cd vite_client

Install packages

npm install

create a .env file (refer .env.example) and add all environmental variables

to run server

npm start

to run client

npm run dev

To visit App

http://localhost:3000/