Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagoow/frontend-facebookclone
Projeto de clonagem/redesign da rede social Facebook. Desenvolvido com Nuxt.js, com estilizações em SCSS.
https://github.com/thiagoow/frontend-facebookclone
bootcamp-cataline cataline facebook-clone facebook-cloning frontend nuxt-scss nuxt-typescript-build nuxtjs sass scss typescript
Last synced: about 2 months ago
JSON representation
Projeto de clonagem/redesign da rede social Facebook. Desenvolvido com Nuxt.js, com estilizações em SCSS.
- Host: GitHub
- URL: https://github.com/thiagoow/frontend-facebookclone
- Owner: Thiagoow
- Created: 2021-08-31T22:13:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T16:04:07.000Z (over 2 years ago)
- Last Synced: 2023-03-04T20:34:30.005Z (almost 2 years ago)
- Topics: bootcamp-cataline, cataline, facebook-clone, facebook-cloning, frontend, nuxt-scss, nuxt-typescript-build, nuxtjs, sass, scss, typescript
- Language: Vue
- Homepage:
- Size: 37.3 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FacebookClone - Clonagem de rede social para integração Front End + Back End
Esse projeto foi feito por: Thiago Silva Lopes, em XX/2021.
Tendo como base, as aulas de "Front-end com Nuxt", no Bootcamp Full Stack da Cataline.## Demo: -----
### ⚠ Esse projeto possui um API separada do aplicativo❗❗❗ Sendo assim, caso queira rodar esse app localmente, clone a API no repositório:https://github.com/Thiagoow/API-FacebookClone
##### Para instalar o projeto localmente, com a pasta "node_modules":
```
yarn install
```##### Para compilar/executar o projeto localmente:
```
yarn dev
```