The front end of the eCommerce application. A functional webshop where you can buy/sell products using commerce.js and Stripe.
The project is build with React. It uses Material UI for styling and commerce.js for the backend. It also uses Stripe for payment method.
For continuous integration and continuous deployment it uses Netlify CI/CD and for the deployment Netlify.
-
Clone the project on your local machine.
$ git clone https://github.com/basilisSam/E-Commerce.git
-
Navigate to the project folder and install the dependencies with the following command.
$ yarn install
-
Run the application locally (the application can be accessed from localhost:3000)
$ yarn start
You can run the application locally by using yarn start
. This command will spin up the webpack-dev-server.
You can build the application in production mode with yarn build
Note: You can use
npm
instead ofyarn
eCommerce documentation is available here.
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build to Ecommerce.