DownTheMatrix / Artshop

Full-stack, React based e-commerce web application built with Material UI components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Screenshot

Artshop is a full-stack, React-based e-commerce web application. The tecnhologies used are: React.js, Material UI, Node.js, Express.js, Redux, MongoDB.

How To Run

First of all, you need to install the node dependencies in two different folders:

Install the client dependencies

  • cd frontend
  • npm install

Install the root dependencies

  • cd .. => go back to the project root folder
  • npm install
  • npm run dev => starts both the server and the client, you can then visit the site on your local machine at http://localhost:3000/

About

Full-stack, React based e-commerce web application built with Material UI components.


Languages

Language:JavaScript 96.9%Language:HTML 2.2%Language:CSS 0.9%