This is a code repository for the Amazon Clone.
The features include:
- 📝 Full E-Commerce application.
- 📡 Realtime database in Firebase.
- 📦 Full responsive
- 💬 Stripe payment method
- 📡 Hosted on Firebase.
To run the application locally; clone the repo, install dependencies and run the app.
$ git clone https://github.com/nitish1310/amazon-clone
$ cd amazon-clone
$ yarn && yarn start
The app starts in development mode and opens a browser window on http://localhost:3000
. The project rebuilds and the browser reloads automatically when source files are changed. Any build or runtime errors are propagated and displayed in the browser.
Setup:
- run
npm i && npm start
for both client and server side to start the development server