Skip to content

Ary-an/amazon-web-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Web Clone Fronte

Opening/Serving the Frontend locally:

  1. NodeJS:
    Please install NodeJS >= 10.15.0. Which automatically installs NPM. If you already have them, you're good to go. ✔

  2. Amazon Backend:
    Please clone the Amazon Backend Repository

Once you have the Prerequisites covered:

  1. Clone this repository from GitHab onto your local computer.

    $ git clone https://github.com/Ary-an/amazon-web-clone.git
  2. Navigate into the project folder and install all of its necessary dependencies with npm.

    $ cd amazon-web-clone
    $ npm install
  3. Create .env file and added following credentials

    REACT_APP_STRIPE_PAYMENT_KEY = (Your stripe Publishable key)
    REACT_APP_BACKEND_PATH = (The address of backend running)
  4. Once that's done, You are ready to start server locally 😃
    Now you can run -

    $ npm start

    to start the local development server.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors