Clone the project
git clone https://[email protected]/dredsoft-labs/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