Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santospatrick/rocketshoes
:shoe: E-commerce using React, Redux, Redux saga & Immer
https://github.com/santospatrick/rocketshoes
Last synced: about 1 month ago
JSON representation
:shoe: E-commerce using React, Redux, Redux saga & Immer
- Host: GitHub
- URL: https://github.com/santospatrick/rocketshoes
- Owner: santospatrick
- Created: 2019-10-29T00:35:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:39:01.000Z (about 2 years ago)
- Last Synced: 2024-10-28T17:04:53.612Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rocketshoes
E-commerce using React, Redux, Redux saga & Immer![Preview](docs/preview.png)
## Setup
```bash
yarn# Inicia servidor back-end com mocks
yarn mock# Inicia servidor do front
yarn start
```