Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugovarellaa/ignite-shop
Chapter 4 - Fundamentos do NextJS
https://github.com/hugovarellaa/ignite-shop
axios keen-slider nextjs react stitches stripe typescript
Last synced: 13 days ago
JSON representation
Chapter 4 - Fundamentos do NextJS
- Host: GitHub
- URL: https://github.com/hugovarellaa/ignite-shop
- Owner: Hugovarellaa
- Created: 2022-11-29T21:50:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T22:46:40.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T21:45:35.722Z (2 months ago)
- Topics: axios, keen-slider, nextjs, react, stitches, stripe, typescript
- Language: TypeScript
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📚 Informações sobre o projeto
- Esse projeto foi desenvolvido durante o ignite da rocketseat, Chapter 4 da trilha atualizada 2022.
Â
## 🖼️ Template do projeto Figma
- [Template do projeto original para clone]()
## 🛠️ Tecnologias/Ferramentas utilizadas
## Web
- [React](https://pt-br.reactjs.org/)
- [NextJS](https://nextjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Stitches](https://stitches.dev/)
- [Stripe](https://stripe.com/docs)
- [Axios](https://axios-http.com/ptbr/docs/intro)
- [keen-slider](https://keen-slider.io/)## ⚙️ Instalação
```
# Abra um terminal e copie este repositĂłrio com o comando
$ git clone https://github.com/Hugovarellaa/ignite-shop
``````
# Acesse a pasta da aplicação
cd ignite-shop# Instale as dependĂŞncias
$ yarn ou npm install# Inicie a aplicação back-end
$ yarn dev
ou
$ npm run dev
```---
Feito com đź’™ por Hugo Alves Varella