/Ecommerce-MERN-Stack-App

A small ecommerce MERN Stack app made for practice & learning.

Primary LanguageJavaScript

Cermat Ecommerce MERN Stack App

A small ecommerce MERN Stack app made for practice & learning.

   

Getting Started

  1. npm install to get dependencies for all (backend, frontend, root) directory.
  2. Run program

   

Run App

To start both frontend & backend application concurrently, run the command below at root directory.

npm run dev

To start frontend, run command at the respective /cermat-frontend directory.

npm start

To start backend, run command at the respective /cermat-backend directory.

npm run dev