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

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

Awesome Lists containing this project

README

          

# reactfit-shop
> 🛍 A sample ecommerce made with React.js & Redux


screenshot

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