'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.
- clone the project
git clone https://github.com/muhaiminshihab/simple-commerce.git
- install the dependencies
cd simple-commerce
npm install
npm run dev
- Start the webserver
npm start