Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```