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
- Host: GitHub
- URL: https://github.com/rajguptah/reactecommercepoc
- Owner: rajguptaH
- Created: 2023-11-08T18:07:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T18:23:08.000Z (over 2 years ago)
- Last Synced: 2025-10-06T22:01:57.140Z (8 months ago)
- Topics: ecommerce, react, react-api, react-js, strapi, strapi-cms
- Language: JavaScript
- Homepage:
- Size: 5.78 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)