An open API service indexing awesome lists of open source software.

https://github.com/prashuk/react-ecommerce

This is a React Web Front-end application for online shopping deployed at the Heroku server.
https://github.com/prashuk/react-ecommerce

javascript nodejs react

Last synced: 3 months ago
JSON representation

This is a React Web Front-end application for online shopping deployed at the Heroku server.

Awesome Lists containing this project

README

          

# 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:

http://localhost:3000/

### Build

sudo npm run build