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 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