/from-home

Primary LanguageJavaScript

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/rishinpoolat/from-home

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/