Skip to content

muhaiminShihab/simple-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

'Simple E-commerce' - An e-commerce template that can boost your business.

'Simple E-commerce' is actually a modern, attractive, and super fast e-commerce website that is totally free. It's just a front-end that you can connect to your back-end through api 's and use as your own.

Getting Started

  1. clone the project
git clone https://github.com/muhaiminshihab/simple-commerce.git
  1. install the dependencies
cd simple-commerce
npm install
npm run dev
  1. Start the webserver
npm start