Skip to content

anishVermaIsHere/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ecommerce

This is a shopping application developed in React JS

the app link is

link:1 https://ecomm-store-22.web.app

link:2 https://anishvermaishere.github.io/ecomm-live/

Before run this application you have to install the NodeJS

To run the application

  1. Download this code as zip and open visual studio code with terminal and run command npx create-react-app app_name.

  2. Then extract the downloaded file and copy src,public folder and package.json file and paste and replace it into your app folder which you created by the command in step1.

  3. After copied the files you run command npm i or npm install.

  4. Now you have to create .env file into your app folder which you created, open the .env file and type the line REACT_APP_BASEURL=https://anishvermaishere.github.io and save it.

  5. After the installation of all dependencies and environment setup. Now, you have to run last command npm start.

  6. Now your application will run successfully.