项目作者: lhlleonardo

项目描述 :
Bootcamp/Rocketseat - Architecture Flux.
高级语言: JavaScript
项目地址: git://github.com/lhlleonardo/Redux-Rocketshoes.git
创建时间: 2020-01-30T01:17:32Z
项目社区:https://github.com/lhlleonardo/Redux-Rocketshoes

开源协议:

下载



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:

  1. # Clone this repository:
  2. $ git clone https://github.com/lhlleonardo/Redux-Rocketshoes
  3. # Go into the repository:
  4. $ cd Redux-Rocketshoes
  5. # Install dependencies:
  6. $ yarn
  7. # Run the app:
  8. $ yarn start
  9. # Run the API:
  10. $ json-server server.json -p 8889