Skip to content

marcelorl/e-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce

js-semistandard-style

Overview

E-commerce application of how I think it should be developed. It has a lot to grow.

Features

  • Create-react-app (boilerplate)
  • Docker
  • React 16
  • Redux
  • glamorous
  • Auth0
  • Reactstrap
  • Atomic Design (Client-side)
  • Express server
  • node-correios
  • lodash.get
  • sequelize
  • DDD (Server-side)
  • Semistandard (linting)
  • editorconfig
  • Commit amigão
  • Jest
  • react-cosmos
  • husky (git hook manager)

Instalação

  • Instale a ultima versão do docker na sua maquina
  • Rode na pasta root do projeto: docker-compose up

Pronto!

Uso

Build

cd client/ && yarn build

Cosmos

cd client/ && yarn cosmos

Tests

Client:

cd client/ && yarn test
cd client/ && yarn coverage