Create a React front-end for a simple e-commerce website named Madjy.
Suppose you have already installed the npm command:
- run the following commands
git clone https://github.com/djibybalde/madjy-ecommerce.git # to download scripts from GitHub
cd madjy-ecommerce
npm install # to install all dependencies
-
you can add your own STRIPE KEY in the
.env
file (create this .env file in the root directory) with REACT_APP_STRIPEKEY for the paiement, no required. -
you can use
yarn start
to run the app in the development mode. Open http://localhost:3000 to view it in the browser.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.