Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lefialho/7daysofcode-alura
Desafio de 7 dias proposto pela #alura para treinar next e styled components #7DaysOfCode | melhores-plantas
https://github.com/lefialho/7daysofcode-alura
7daysofcode 7daysofcodechallenge alura code feedback7doc next nextjs styled-components
Last synced: about 3 hours ago
JSON representation
Desafio de 7 dias proposto pela #alura para treinar next e styled components #7DaysOfCode | melhores-plantas
- Host: GitHub
- URL: https://github.com/lefialho/7daysofcode-alura
- Owner: lefialho
- Created: 2022-04-06T14:35:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T15:32:32.000Z (over 2 years ago)
- Last Synced: 2024-07-30T05:12:36.494Z (3 months ago)
- Topics: 7daysofcode, 7daysofcodechallenge, alura, code, feedback7doc, next, nextjs, styled-components
- Language: JavaScript
- Homepage: https://7daysofcode-alura.vercel.app/
- Size: 1.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#7DaysOfCode Challenge
## Getting Started
Para rodar o projeto em dev:
**npm run dev** ou **yarn dev**
Abra [http://localhost:3002](http://localhost:3002) no browser para visualizar.
## Init api Server
Abrir o terminal na pasta raíz e rodar o código:
**json-server pages/api/ofertas.json –watch**
## Build
Para gerar o projeto em produção e inciar um servidor com os arquivos minificados:
**npm run build** e depois **npm run start**