NPM and Node.js installed Database "ecommerce" created as MongoDB (localhost)
cd client
npm install
cd server
npm install
Open a terminal on server directory
npm run start:dev
and open another terminal on client directory
npm run start
Access the web app at http://localhost:3000/