BrOrlandi / InstaFire

:camera::fire: Instagram Like Firebase App for study purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📷🔥 InstaFire

Setup

Setup your project on Firebase Console.

Set your config in the file: src/js/config.js

Install Firebase CLI:

$ npm install -g firebase-tools

Login to your Friebase account:

$ firebase login

Associate the project to your project on Firebase:

$ firebase init

You will need for Database, Storage and Hosting Firebase features. Use the default public directory.

Development

$ yarn
$ yarn start

Then access http://localhost:3000/

Deploy

$ firebase deploy

About

:camera::fire: Instagram Like Firebase App for study purposes.


Languages

Language:JavaScript 85.4%Language:CSS 10.3%Language:HTML 4.3%