delacernamarimar / gatsby-starter-redux-firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Starter Redux Firebase

Based on gatsby-starter-firebase

What's included

  • FetchingExample on how to fetch data from firebase.

    Note: For better experiece you might want to integrate it redux or mobx.

    If you need it, submit an issue. I can create a starter / example repo with firebase + mobx or redux.

  • Authentication with react-firebaseui (SignIn, SignOut)

  • Example Todo with react-redux-firebase

Getting Started

Install Gatsby CLI:

npm install --global gatsby-cli

Create new Gatsby project using this starter:

gatsby new my-new-website https://github.com/muhajirframe/gatsby-starter-redux-firebase
cd my-new-website

Usage

Develop

npm run develop

Build

npm run build

Your built file will be in /public

Contributing

Do not hesitate to:

Showcase

Have a site made with this starter? Please submit an issue or PR

Enjoy!

About

License:MIT License


Languages

Language:CSS 52.5%Language:JavaScript 47.5%