Socket
Socket
Sign inDemoInstall

bingobango-cra-template

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bingobango-cra-template

BingoBango ServerSide Rendering With React


Version published
Maintainers
1
Created

Readme

Source

required to run:

Step 1:

  • Add image assets:
  1. Round Logo: 56px x 56px - ./src/assets/logo/round-56x56.png
  2. Wide Logo: 56px x 112px - ./src/assets/logo/wide-56x112.png
  3. dark.webp - widescreen size ./src/assets/hero/dark.webp
  4. light.webp - widescreen size ./src/assets/hero/light.webp;
  5. favicon.ico: 32x32 ./public/favicon.ico [https://cloudconvert.com/png-to-ico](converter tool)
  6. logo192.png 192x192 ./public/logo192.png
  7. logo512.png 512x512 ./public/logo512.png

Step 2:

  • Create a Firebase application and paste credentials in .env file
  1. Add authentication providers-
    • anonymous
    • google
  2. Add Messaging

Step 3:

  • Give the site a name in REACT_APP_SITE_NAME

Step 4:

  • Enable GraphQL
  1. Spin up the GraphQL Server

  2. paste the endpoint url in REACT_APP_GQL_ENDPOINT

Step 5:

  • Configure Formspree.io integration
  1. Create the form and copy the form id to paste into .env file

Keywords

FAQs

Last updated on 01 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc