/Redux-Rocketshoes

Bootcamp/Rocketseat - Architecture Flux.

Primary LanguageJavaScript

Redux Rocketshoes
Redux Rocketshoes

Course by rocketseat, learning React with Redux.

Available in: https://rocketseat.com.br/gostack

Project base available in: https://github.com/lhlleonardo/React-Structure

HOW TO USE:

# 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