Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhaiminshihab/simple-commerce
It's a simple ecommerce project that is made with react.
https://github.com/muhaiminshihab/simple-commerce
css ecommerce html javascript react react-context react-router
Last synced: 11 days ago
JSON representation
It's a simple ecommerce project that is made with react.
- Host: GitHub
- URL: https://github.com/muhaiminshihab/simple-commerce
- Owner: muhaiminShihab
- Created: 2022-06-14T16:13:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T11:27:56.000Z (over 2 years ago)
- Last Synced: 2023-09-27T05:02:47.459Z (about 1 year ago)
- Topics: css, ecommerce, html, javascript, react, react-context, react-router
- Language: JavaScript
- Homepage: https://simple-commerce-ms.netlify.app/
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# '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
```shell
git clone https://github.com/muhaiminshihab/simple-commerce.git
```2. install the dependencies
```shell
cd simple-commerce
npm install
npm run dev
```3. Start the webserver
```shell
npm start
```