Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 709 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 709 Bytes

E-Commerce Web Application

An e-commerce developed with HTML, CSS and ReactJS; using a Figma Template.

Screenshots

Web Image Preview

Run Locally

Clone the project

  git clone https://github.com/AgusT613/ecommerce-react

Go to the project directory

  cd ecommerce-react

Install dependencies

  npm install

If you use nvm (Node Version Manager)

  nvm install <node-version>
  nvm use <node-version>

  npm install

Start the server

  npm run dev