Welcome to my React and Node tutorial to build a fully-functional e-commerce website exactly like amazon. Open your code editor and follow me for the next hours to build an e-commerce website using MERN stack (MongoDB, ExpressJS, React and Node.JS).
$ git clone [email protected]:basir/amazona.git
$ cd amazona
$ npm install
$ npm start
# open new terminal
$ cd frontend
$ npm install
$ npm start