Skip to content

matchatype/react-redux-firebase-gatsby

Repository files navigation

React Redux Firebase Gatsby

🚀 Quick start

  1. Start a Firebase Project

    Go ahead and create a new Firebase project.

  2. Configure Firebase

    Navigate into your new site’s directory and set up your environments.

    cp .env.template .env.development
    cp .env.template .env.production

    Fill in the required variable with your Firebase project settings.

  3. Start development environment!

    npm start

    Your site is now running at http://localhost:8000!

  4. Build it!

    npm run build

    Spoiler... it will fail.

About

Don't use it... It's a demo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published