Skip to content

Commit

Permalink
add: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgdb committed Jul 2, 2020
1 parent 7b0c67f commit cebf379
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions README.md
@@ -0,0 +1,44 @@
# Meu Portfólio

## :exclamation: Requisitos

- Node
- Yarn (recomendado)
- Docker (opcional)

## :blue_heart: Extensões VSCode

- TSLint
- Error Lens
- Color Highlight
- EditorConfig for VS Code
- Visual Studio IntelliCode
- Prettier - Code Formatter
- GitLens - Git supercharged
- Docker (opcional)
- Dracula Official (opcional)
- Material Icon Theme (opcional)

## :question: Como

- Iniciar:
- Digite `yarn` para instalar as dependências.
- Iniciar o Desenvolvimento:
- Digite `yarn dev` para iniciar o servidor web de Desenvolvimento.
- Acesse `localhost:3000` no navegador.
- Iniciar o build de produção localmente:
- Digite `yarn build` para gerar a build dos pacotes.
- Digite `yarn start -l 80` para iniciar o servidor web.
- Acesse `localhost` no navegador (ou `localhost:5000` sem o argumento `-l 80`).

## :whale: Usando Docker

- Digite `docker build -t portfolio/web .`
- Digite `docker-compose up -d` ou `docker-compose up --build -d`
- Acesse `localhost` no navegador.

## :hand: Autor

| [<img src="https://avatars3.githubusercontent.com/u/13838273?v=3&s=115"><br><sub>@lucasgdb</sub>](https://github.com/lucasgdb) |
| :----------------------------------------------------------------------------------------------------------------------------: |

0 comments on commit cebf379

Please sign in to comment.