/ecommerce

Primary LanguageJavaScript

Ecommerce

A mid complex react project created with Javascript, React, Redux, Firebase, Sass, and more.

Instructions

You need to have node.js and npm installed with a preferable LTS version.

First, clone the repo:

> git clone https://github.com/luchosr/ecommerce.git

once you cloned the repository and cd into it yo will need to install the dependencies

> npm install

with all the dependencies correctly installed, now you can run the app using yarn package manager

> yarn start

then you will need to open a web browser tab with the following URL:

Local: http://localhost:3000 Or on Your Network: http://172.24.64.1:3000