Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Código traduzido para a língua portuguesa #253

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,78 @@
[Translate Code.pdf](https://github.com/jaodoka02/shop-translate/files/10088036/Translate.Code.pdf)
# SHOP

Shop is a sample e-commerce [Progressive Web App](https://developers.google.com/web/progressive-web-apps/).

Shop é um exemplo de [Progressive Web App] de comércio eletrônico(https://developers.google.com/web/progressive-web-apps/).

![shop screenshot](https://user-images.githubusercontent.com/116360/39545341-c50a9184-4e05-11e8-88e0-0e1f3fa4834b.png)
![captura de tela da loja]( https://user-images.githubusercontent.com/116360/39545341-c50a9184-4e05-11e8-88e0-0e1f3fa4834b.png )

## Features/highlights

- a sample e-commerce shopping site
- pattern for a real-life shopping cart and store checkout flow
- pattern for using custom announcers for accessibility

## Recursos/destaques

- um exemplo de site de compras de comércio eletrônico
- padrão para um carrinho de compras da vida real e fluxo de checkout da loja
- padrão para usar anunciantes personalizados para acessibilidade


## Setup
```bash
$ git clone https://github.com/Polymer/shop.git
$ cd shop
$ npm i
$ npm start
```
## Configurar
```bash
$ git clone https://github.com/Polymer/shop.git
$ loja de CDs
$ npm eu
$ npm início
```


## Build
```bash
$ npm run build
```
## Construir
```bash
$ npm executar compilação
```


## Test the build
To test prpl-server build:
```bash
$ npm run serve:prpl-server
```
## Testar a compilação
Para testar a compilação prpl-server:
```bash
$ npm run serve:prpl-server
```


To test static build:
```bash
$ npm run serve:static
```
Para testar a compilação estática:
```bash
$ npm run serve:static
```

## Deploying
## Deploying//

Our [production deployment of SHOP](https://shop.polymer-project.org/) is hosted on App Engine with Node.js. It can be deployed with [the same steps as PWA Starter Kit](https://polymer.github.io/pwa-starter-kit/building-and-deploying/#deploying-prpl-server).

## Implantando//

Nossa [implantação de produção do SHOP]( https://shop.polymer-project.org/ ) está hospedada no App Engine com Node.js. Ele pode ser implantado com [as mesmas etapas do PWA Starter Kit]( https://polymer.github.io/pwa-starter-kit/building-and-deploying/#deploying-prpl-server ).