Skip to content

A functional webshop where you can buy/sell products using commerce.js and Stripe.

Notifications You must be signed in to change notification settings

basilisSam/E-Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eCommerce Netlify Status Codacy Badge PRs Welcome

The front end of the eCommerce application. A functional webshop where you can buy/sell products using commerce.js and Stripe.

Teck Stack

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.

Run it locally

  1. Clone the project on your local machine.
    $ git clone https:/basilisSam/E-Commerce.git

  2. Navigate to the project folder and install the dependencies with the following command.
    $ yarn install

  3. Run the application locally (the application can be accessed from localhost:3000)
    $ yarn start

Available scripts

Run app locally

You can run the application locally by using yarn start. This command will spin up the webpack-dev-server.

Build

You can build the application in production mode with yarn build

Note: You can use npm instead of yarn

Documentation

eCommerce documentation is available here.

Contributing Guide

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build to Ecommerce.

About

A functional webshop where you can buy/sell products using commerce.js and Stripe.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published