An open API service indexing awesome lists of open source software.

https://github.com/leoziondev/ignite2022-nextjs-shop


https://github.com/leoziondev/ignite2022-nextjs-shop

nextjs typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# NextJS Ignite Shop
__Ignite 2022 By Rocketseat__

## Tecnologias usadas
- NextJS
- Typescript
- Stripe Pagamentos
- Axios
- Stitches CSS-in-JS
- Keen Slider

### Instalações neste Projeto
Typescript
```
npm i typescript @types/react @types/node -D
```
Stitches
```
npm i @stitches/react
```
Keen Slider
```
npm i keen-slider
```
Stripe
```
npm i stripe
```
Axios
```
npm i axios
```