Cermat Ecommerce MERN Stack App
A small ecommerce MERN Stack app made for practice & learning.
Getting Started
npm install
to get dependencies for all (backend, frontend, root) directory.- Run program
Run App
concurrently, run the command below at root directory.
To start both frontend & backend applicationnpm 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