Skip to content

Instantly share code, notes, and snippets.

@simplesNotEZ
Last active October 25, 2018 18:40
Show Gist options
  • Save simplesNotEZ/726804b5303fcc45f05998bfcae6d25e to your computer and use it in GitHub Desktop.
Save simplesNotEZ/726804b5303fcc45f05998bfcae6d25e to your computer and use it in GitHub Desktop.
*Publishing react to firebase*
// Log into firebase and create a project
// Make sure npm isn’t running anything any place in any terminal
// Change to your react app folder
*npm run build*
// creates a build folder and merges files into a compact build version
*firebase init*
// select hosting
// select your project
// *type build as your public directory*
// configure as single page app NO
// overwrite index.html NO
*firebase deploy*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment