Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vagnercardosoweb/clone-instagram-frontend
frontend
https://github.com/vagnercardosoweb/clone-instagram-frontend
Last synced: about 2 months ago
JSON representation
frontend
- Host: GitHub
- URL: https://github.com/vagnercardosoweb/clone-instagram-frontend
- Owner: vagnercardosoweb
- Created: 2019-06-12T19:25:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:01:48.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:28:18.322Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Instalar backend
- [Clone o backend](https://github.com/vagnercardosoweb/clone-instagram-backend)
- Rode o comando dentro da pasta raiz `yarn dev` ou `npm run dev`
- Adiciona a URL de configuração do Mongoose no `.env` -> `DB_URL`Caso for usar em ambiente de produção você deve mudar no `.env` a variável `BASE_URL` e a `PORT`.
# Instalar o frontend
- Clone esse repositório.
- Rode o comando dentro da pasta raiz `yarn start` ou `npm run start`Acesse o navegador e bom uso!