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.
- Host: GitHub
- URL: https://github.com/prashuk/react-ecommerce
- Owner: prashuk
- Created: 2019-07-01T16:50:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:24:22.000Z (over 3 years ago)
- Last Synced: 2025-06-02T22:15:17.334Z (about 1 year ago)
- Topics: javascript, nodejs, react
- Language: JavaScript
- Homepage: https://myapp-react-e-commerce.web.app/register
- Size: 2.22 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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