https://github.com/StudyResearchProjects/reactfit-shop
🛍 A sample ecommerce made with React.js & Redux
https://github.com/StudyResearchProjects/reactfit-shop
ecommerce express nodejs react sample typescript
Last synced: 4 months ago
JSON representation
🛍 A sample ecommerce made with React.js & Redux
- Host: GitHub
- URL: https://github.com/StudyResearchProjects/reactfit-shop
- Owner: StudyResearchProjects
- Archived: true
- Created: 2019-01-10T03:16:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T22:27:54.000Z (over 6 years ago)
- Last Synced: 2025-09-13T04:52:15.418Z (5 months ago)
- Topics: ecommerce, express, nodejs, react, sample, typescript
- Language: TypeScript
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reactfit-shop
> 🛍 A sample ecommerce made with React.js & Redux
## Running Locally
#### Clone the repository
```bash
# clone the repository
git clone https://github.com/estebanborai/reactfit-shop.git
# step into project root directory
cd reactfit-shop/
# install dependencies
yarn
```
#### Client
```bash
# step into project root directory (reactfit-shop)
# run the development server
yarn start
```
#### Server
```bash
# step into project root directory (reactfit-shop)
# run the nodejs server
yarn run server
```