Skip to content

A minimal web dashboard starter with Create React App and Firebase based on Bulma CSS Framework.

Notifications You must be signed in to change notification settings

pradisz/minima-bulma-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minima-bulma-react

A minimal web dashboard starter with Create React App and Firebase based on Bulma CSS Framework.

Demo

Features

  • Minimal web dashboard with Bulma 0.9.0
  • Firebase authentication with Email, Google or Facebook
  • Update firebase authentication profile
  • React Hooks
  • Context API

Prerequisites

Installing

A step by step series of examples that tell you how to get a development env running

yarn install

or

npm install

Rename .env.example to .env and add your firebase app configuration in react environtment variables:

REACT_APP_API_KEY = "FIREBASE_API_KEY"
REACT_APP_AUTH_DOMAIN = "FIREBASE_AUTH_DOMAIN"
REACT_APP_DATABASE_URL = "FIREBASE_DATABASE_URL"
REACT_APP_PROJECT_ID = "FIREBASE_PROJECT_ID"
REACT_APP_STORAGE_BUCKET = "FIREBASE_STORAGE_BUCKET"
REACT_APP_MESSAGING_SENDER_ID = "FIREBASE_MESSAGING_SENDER_ID"
REACT_APP_APP_ID = "FIREBASE_APP_ID"
REACT_APP_MEASUREMENT_ID = "FIREBASE_MEASUREMENT_ID"

Running Locally

yarn start

or

npm start

Deployment

yarn build

firebase deploy

About

A minimal web dashboard starter with Create React App and Firebase based on Bulma CSS Framework.

Topics

Resources

Stars

Watchers

Forks