All Projects â†’ bekatom â†’ React Redux Firebase Boilerplate

bekatom / React Redux Firebase Boilerplate

Licence: mit
🔥 🚀 React, Redux, Firebase Boilerplate

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Redux Firebase Boilerplate

Resources I Like
📚💯 Collection of learning resources i like
Stars: ✭ 280 (-14.11%)
Mutual labels:  firebase
Vuefire
🔥 Firebase bindings for Vue.js & Vuex
Stars: ✭ 3,234 (+892.02%)
Mutual labels:  firebase
Devlopr Jekyll
Build and Deploy your Static Site 🚀 using this beautiful Jekyll Framework/Theme built for Creatives
Stars: ✭ 309 (-5.21%)
Mutual labels:  firebase
Firebase Cms
A CMS + E-commerce platform built with Angular and Firebase
Stars: ✭ 286 (-12.27%)
Mutual labels:  firebase
Internalappstore
📦 Manage your own internal Android App Store.
Stars: ✭ 295 (-9.51%)
Mutual labels:  firebase
Firestore Backup Restore
NPM package for backup and restore Firebase Firestore
Stars: ✭ 307 (-5.83%)
Mutual labels:  firebase
Redux Saga Firebase
A redux saga integration for firebase.
Stars: ✭ 279 (-14.42%)
Mutual labels:  firebase
Awesome Flutter Talks
A list of Flutter related talks
Stars: ✭ 324 (-0.61%)
Mutual labels:  firebase
Flutter Firebase Quizapp Course
QuizApp Built with Flutter & Firebase
Stars: ✭ 301 (-7.67%)
Mutual labels:  firebase
Falconmessenger
🌟🌟🌟🌟🌟 Falcon Messenger is a Fast and Beautiful cloud-based messaging app. With iOS and IPadOS Support. Available on the App Store.
Stars: ✭ 310 (-4.91%)
Mutual labels:  firebase
Clean Mvvm Archcomponents
👽 Android app consuming Star Wars API.Built with clean architecture ,MVVM pattern, Koin , Coroutines + Flows ,Architecture Components, Data Binding , Firebase , Unit/UI Tests ,Motion Layout
Stars: ✭ 285 (-12.58%)
Mutual labels:  firebase
Squanchy Android
Open source Android app for your conferences
Stars: ✭ 294 (-9.82%)
Mutual labels:  firebase
Flutter programs
Experiments with Mobile
Stars: ✭ 308 (-5.52%)
Mutual labels:  firebase
Android Nosql
Lightweight, simple structured NoSQL database for Android
Stars: ✭ 284 (-12.88%)
Mutual labels:  firebase
Mechahamster
Mecha Hamster is a game where you roll through customizable environments that you can share with your friends.
Stars: ✭ 314 (-3.68%)
Mutual labels:  firebase
Zooshi
Multi-platform game where you feed well dressed animals with sushi
Stars: ✭ 281 (-13.8%)
Mutual labels:  firebase
Firesql
Query Firestore using SQL syntax
Stars: ✭ 304 (-6.75%)
Mutual labels:  firebase
Sapphiredb
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
Stars: ✭ 326 (+0%)
Mutual labels:  firebase
Firebase Mock
Firebase mock library for writing unit tests
Stars: ✭ 319 (-2.15%)
Mutual labels:  firebase
Firebasepushnotificationplugin
Firebase Push Notification Plugin for Xamarin iOS and Android
Stars: ✭ 307 (-5.83%)
Mutual labels:  firebase

React, Redux Firebase Boilerplate

Build Status

Firebase is a powerful platform for your mobile and web applications that lets you build apps fast without managing servers. Firebase gives you the tools and infrastructure to build better apps and grow successful businesses.

React A javascript library for building user interfaces

Redux Redux is a predictable state container for JavaScript apps.

Boilerplate Introduction

Boilerplate is designed for quickly spin up your apps with Firebase, using bunch of awesome new front-end technologies includes webpack build system, hot reloading, routing & sass support.

Features

Quick Start

$ git clone https://github.com/btomashvili/react-redux-firebase-boilerplate.git
$ cd react-redux-firebase-boilerplate
$ npm install
$ npm run dev

Firebase settings

First you need to create your firebase application to fetch settings for boilerplate. For more information how to add your web app check this resource. After it copy your settings from firebase and fill config.js

module.exports = {

    FIREBASE_CONFIG: {

      apiKey: "",
      authDomain: "",
      databaseURL: "",
      storageBucket: "",

    }
}

Commands

Script Description
npm run dev Run development server with webpack-dev-server @ localhost:3000
npm run build Test, and build the application to ./dist
npm start Start production ready app with pm2 from ./dist @ localhost:8080
npm run lint Run ESLint on ./src

What it looks like

DEMO

https://react-redux-firebase-d6283.firebaseapp.com/


screen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].