Clone the project
git clone https://dredsoft-admin@bitbucket.org/dredsoft/ecommerce.gitGo to the project directory
cd eCommerceInstall dependencies
npm install
or
npm install react-material-ui-carousel --save --legacy-peer-depsStart the server
npm startThe server should now be running. You can access the application by opening a web browser and entering the following URL:
http://localhost:3000=======