Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 682 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 682 Bytes

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.