Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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