Bootcamp/Rocketseat - Architecture Flux.
Available in: https://rocketseat.com.br/gostack
Project base available in: https://github.com/lhlleonardo/React-Structure
# Clone this repository:
$ git clone https://github.com/lhlleonardo/Redux-Rocketshoes
# Go into the repository:
$ cd Redux-Rocketshoes
# Install dependencies:
$ yarn
# Run the app:
$ yarn start
# Run the API:
$ json-server server.json -p 8889