https://github.com/mugarate12/portfolio
https://github.com/mugarate12/portfolio
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mugarate12/portfolio
- Owner: mugarate12
- Created: 2021-05-31T14:10:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T22:27:21.000Z (almost 4 years ago)
- Last Synced: 2025-03-05T14:03:14.518Z (about 2 months ago)
- Language: TypeScript
- Homepage: portfolio-khaki-xi.vercel.app
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Portfolio
- [Overview](#overview)
- [Requerimentos](#Requerimentos)
- [Começando](#Começando)
- [Leia mais](#Leia-mais)## Overview
Projeto criado pra servir de portfolio com [Next.js](https://nextjs.org/)
## Requerimentos
- **[Node.js](https://www.nodejs.org/)** (supported versions: 10.x.x)
## Começando
Caso não tenha um projeto NextJS, execute o seguinte comando na pasta que deseja que o projeto esteja:
```bash
npx create-next-app --typescript [NOME_DO_PROJETO]
# or
yarn create next-app --typescript [NOME_DO_PROJETO]
```após a instalação da aplicação, vá a pasta onde está o projeto e instale as seguintes depêndencias:
```bash
npm i -S @material-ui/core @material-ui/icons classnames styled-jsx
# or
yarn add @material-ui/core @material-ui/icons classnames styled-jsx
```Em seguida, execute o projeto com:
```bash
npm run dev
# or
yarn dev
```Abra [http://localhost:3000](http://localhost:3000) no seu navegador pra ver o resultado
## Leia mais
Você pode ler mais sobre Next Js com a seguinte documentação:
- [Next.js Documentation](https://nextjs.org/docs) - Mais sobre Next.js recursos and API.
- [Learn Next.js](https://nextjs.org/learn) - tutorial interativo sobre Next.js.