Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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**