Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 728 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 728 Bytes

React-Ecommerce-Web-App

https://myapp-react-e-commerce.web.app/register

Note: Backend (Express + Nodejs + Mongo) server is down due to expiration of free account.

Introduction

This project is the frontend of E-Commerce and it is based on React, an imaginary online shopping.

Setup

Make sure to follow all these steps exactly as explained below. Do not miss any steps or you won't be able to run this application.

Install the Dependencies

From the project folder, install the dependencies:

sudo npm update
sudo npm install

Start

sudo npm start

This will launch the Node server on port 3000. Open up your browser and head over to:

https://localhost:3000/

Build

sudo npm run build