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

https://github.com/marceometry/teste-ext-frontend


https://github.com/marceometry/teste-ext-frontend

nextjs react tailwindcss typescript

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Stack

- [Typescript](https://www.typescriptlang.org/)
- [React](https://react.dev/)
- [Next.js](https://nextjs.org/)
- [TailwindCSS](https://tailwindcss.com/)

Este projeto foi construído com `React` + o framework `Next.js`, utilizando de SSR, Cache e Server Components para garantir SEO e performance.

## Instalação

```bash
$ npm install
```

## Rodando o app

Crie um arquivo `.env.local`.

Adicione a url do backend (Passos para a configuração [aqui](https://github.com/Marceometry/teste-ext-backend)) na variável `NEXT_PUBLIC_API_URL`.

Rode o comando abaixo:

```bash
npm run dev
```

Pronto, o app estará rodando em http://localhost:3000.