https://github.com/leoziondev/ignite2022-nextjs-shop
https://github.com/leoziondev/ignite2022-nextjs-shop
nextjs typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/leoziondev/ignite2022-nextjs-shop
- Owner: leoziondev
- Created: 2022-10-04T14:55:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T15:14:41.000Z (over 3 years ago)
- Last Synced: 2025-03-02T06:41:09.712Z (over 1 year ago)
- Topics: nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 806 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```