Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 538 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 538 Bytes

'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