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
- Host: GitHub
- URL: https://github.com/marceometry/teste-ext-frontend
- Owner: Marceometry
- Created: 2023-08-07T20:20:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T20:27:49.000Z (almost 2 years ago)
- Last Synced: 2023-08-07T22:11:01.685Z (almost 2 years ago)
- Topics: nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
![]()