petertait / react-firebase-starter

Starter project for React site with Mobx and Firebase implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Starter with Mobx and Firebase

This is a starter React project with Firebase authentication, React Router 4 and Mobx.

Features:

  • Protected Routes with React Router
  • Register new users with Firebase
  • Add new users to /users in your Firebase database
  • Login/Logout Functionality
  • Simple Boostrap UI

Instructions:

  • Swap out the firebase config in config/firebase with your own
  • yarn
  • yarn start
  • Visit localhost:3000

About

Starter project for React site with Mobx and Firebase implementation.


Languages

Language:JavaScript 92.1%Language:HTML 7.9%