Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 512 Bytes

File metadata and controls

37 lines (24 loc) · 512 Bytes

Run Locally

Clone the project

  git clone https://dredsoft-admin@bitbucket.org/dredsoft/ecommerce.git

Go to the project directory

  cd eCommerce

Install dependencies

  npm install

  or 

  npm install react-material-ui-carousel --save --legacy-peer-deps

Start the server

  npm start

The server should now be running. You can access the application by opening a web browser and entering the following URL:

  http://localhost:3000

=======