hangforever / hangzone-frontend

An app that enables hangers all over the world to discover and share zones in which to hang ;)
GNU Affero General Public License v3.0
1 stars 0 forks source link

Setup firebase #4

Closed aburd closed 4 years ago

aburd commented 4 years ago

Description

Pretty much just ham-fisted create-react-app and firebase together.

  1. run firebase init
  2. run yarn init
  3. run create-react-app --typescript dummy and then just move all the files and then delete dummy directory
  4. Fuse some package.json commands together so that create-react-app plays nicely with firebase
  5. Fuse firebase and create-react-app index.htmls for maximum SEO and SDK shit, baybee
  6. Update firebase to upload build folder, since that's the directory that firebase makes when you run build
  7. Proxy anything with /__ in the path since these are like, special firebase sdk files
  8. Update readme
  9. Remove dumbdumb create-react-app default layout and replace with awesome pika
  10. Do some examples of how to use static assets

Sets up:

How to check

Pretty much go through the README. It's long, but we have to know if the readme is even written correctly, lol

aburd commented 4 years ago

Also, yarn.lock 11k lines. nice

aburd commented 4 years ago

@scootyboots Whenever you merge in your PR, feel free to merge this baby as well as I will assume that everything is working pretty much.