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

https://github.com/rajguptah/reactecommercepoc

Ecommerce Website Using React js and Strapi
https://github.com/rajguptah/reactecommercepoc

ecommerce react react-api react-js strapi strapi-cms

Last synced: 25 days ago
JSON representation

Ecommerce Website Using React js and Strapi

Awesome Lists containing this project

README

          

# ReactEcommercePOC
# This project is based on react js and strapi
to run the client app run the below command
```cmd
cd client
npm i
npm start

```
start the server project using
```cmd
cd server
npm i
npm start
```
to change the port of the server project run below command in terminal
```cmd
set PORT={yourport}
```
Thanks [Raj](https://instagram.com/rajguptah)