gussouzauni / course-reactjs-redux

Bootcamp rocketseat reactjs + redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactJS + Redux - Bootcamp Rocketseat

Anotações

Packages

    - styled-components
    - polished
    - json-server
    - axios
    - eslint
    - react
  • Estilização: styled-components
  • Lidar com cor dentro do script: yarn add polished
  • Add API fake com json-server: yarn global add json-server
  • Add axios para consumir api: (yarn add axios)
  • Deixar API rodando: json-server server.json -p 3333 -w
  • Add eslint (padrão de projeto) yarn add eslint -D, yarn eslint --init
  • Add prettier () yarn add prettier eslint-config-prettier eslint-plugin-prettier babel-eslint -D

About

Bootcamp rocketseat reactjs + redux


Languages

Language:JavaScript 95.1%Language:HTML 4.9%