https://github.com/stewones/super-store
Aplicação desenvolvida durante o workshop Semana do Angular 2017
https://github.com/stewones/super-store
angular angular-cli bulma nodejs npm npm-scripts pwa pwa-apps pwa-boilerplate pwa-example pwa-training workshop
Last synced: 8 days ago
JSON representation
Aplicação desenvolvida durante o workshop Semana do Angular 2017
- Host: GitHub
- URL: https://github.com/stewones/super-store
- Owner: stewones
- License: mit
- Created: 2018-02-14T18:31:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T04:21:58.000Z (almost 6 years ago)
- Last Synced: 2025-04-02T02:53:31.374Z (29 days ago)
- Topics: angular, angular-cli, bulma, nodejs, npm, npm-scripts, pwa, pwa-apps, pwa-boilerplate, pwa-example, pwa-training, workshop
- Homepage: https://superstore.github.io/
- Size: 4.7 MB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Super Store
> Esta é a aplicação desenvolvida durante o workshop [Semana do Angular 2017](http://www.semanadoangular.com.br). Cada aula é evoluida através de branches específicas nomeadas no padrão `aula-x`. ex: `aula-1`
# Requerimentos
- Node/NPM instalados
- [Angular CLI](https://cli.angular.io/)# Instalação
### Angular CLI
`npm install -g @angular/cli`# Setup
- `git clone https://github.com/stewwan/super-store.git`
- `cd super-store`
- `git checkout aula-x`
- `npm install`
- `ng serve`# Conteúdo
- [Aula 1 - Introdução ao Node e NPM](https://github.com/stewwan/super-store/tree/aula-1)
- [Aula 2 - Modelo síncrono vs modelo assíncrono](https://github.com/stewwan/super-store/tree/aula-2)
- [Aula 3 - Conhecendo o Angular CLI](https://github.com/stewwan/super-store/tree/aula-3)
- [Aula 4 - Introdução ao Bulma](https://github.com/stewwan/super-store/tree/aula-4)
- [Aula 5 - Planejando nossa aplicação](https://github.com/stewwan/super-store/tree/aula-5)
- [Aula 6 - Fundamentos do Angular](https://github.com/stewwan/super-store/tree/aula-6)
- [Aula 7 - Iniciando nossa aplicação](https://github.com/stewwan/super-store/tree/aula-7)
- [Aula 8 - Trabalhando o roteamento](https://github.com/stewwan/super-store/tree/aula-8)
- [Aula 9 - Configurando o bulma e animate.css](https://github.com/stewwan/super-store/tree/aula-9)
- [Aula 10 - Trabalhando o componente header](https://github.com/stewwan/super-store/tree/aula-10)
- [Aula 11 - Trabalhando o componente banner](https://github.com/stewwan/super-store/tree/aula-11)
- [Aula 12 - Trabalhando o componente menu](https://github.com/stewwan/super-store/tree/aula-12)
- [Aula 13 - Trabalhando o provider de produtos](https://github.com/stewwan/super-store/tree/aula-13)
- [Aula 14 - Trabalhando a listagem de produtos](https://github.com/stewwan/super-store/tree/aula-14)
- [Aula 15 - Trabalhando a busca por produtos](https://github.com/stewwan/super-store/tree/aula-15)
- [Aula 16 - Trabalhando o carrinho de compras](https://github.com/stewwan/super-store/tree/aula-16)
- [Aula 17 - Trabalhando o componente footer](https://github.com/stewwan/super-store/tree/aula-17)
- [Aula 18 - Trabalhando a página interna do produto](https://github.com/stewwan/super-store/tree/aula-18)
- [Aula 19 - Trabalhando a página de erro 404](https://github.com/stewwan/super-store/tree/aula-19)
- [Aula 20 - Gerando a build para produção](https://github.com/stewwan/super-store/tree/aula-20)
- [Aula 21 - Realizando deploy no Github Pages](https://github.com/stewwan/super-store/tree/aula-21)
- [Aula 22 - Configurando a PWA](https://github.com/stewwan/super-store/tree/aula-22)
# Contribuindo
Veja o arquivo [CONTRIBUTING](https://github.com/stewwan/super-store/blob/master/CONTRIBUTING.md)
# Treinamento
Assista as vídeo aulas deste treinamento na plataforma do [Udemy](https://www.udemy.com/semana-do-angular-2017). Utilize o cupom de desconto `SDA17-WORKSHOP`.
# License
MIT. Criado por [Stewan Pacheco](https://stewan.io)