Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabberr/fullcycle14-nextjs-frontend
Aplicação front-end escrita para o evento Imersão Full Stack && Full Cycle 14.
https://github.com/fabberr/fullcycle14-nextjs-frontend
Last synced: 8 days ago
JSON representation
Aplicação front-end escrita para o evento Imersão Full Stack && Full Cycle 14.
- Host: GitHub
- URL: https://github.com/fabberr/fullcycle14-nextjs-frontend
- Owner: fabberr
- Created: 2023-08-24T22:59:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-18T02:26:34.000Z (over 1 year ago)
- Last Synced: 2023-09-18T02:39:34.856Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://archive.is/Xu6mh
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## FullCycle14-nextjs-frontend
Aplicação front-end escrita para o evento [Imersão Full Stack && Full Cycle 14](https://archive.is/Xu6mh).#### Tecnologias/Linguagens utilizadas:
- [Docker](https://www.docker.com)
- [TypeScript](https://www.typescriptlang.org)
- [Node.js](https://nodejs.org/en)
- [React](https://react.dev)
- [Next.js](https://nextjs.org) (com React Server Components)## Instalação
```bash
# Criar o diretório
$ mkdir -p ~/repos/fullcycle-14
$ cd ~/repos/fullcycle-14# Clonar o repositório para o diretório local
$ git clone https://github.com/fabberr/FullCycle14-nextjs-frontend nextjs-app
$ cd nextjs-app# Gerar o Container Docker da aplicação
$ docker compose build
```## Rodando a Aplicação
```bash
# Desenvolvimento (watch mode)
$ npm run dev
```