fireactjs / saas

A fully functional React web application for SaaS projects. It's built with React, Firebase and Stripe.
476 stars 177 forks source link

Stuck #36

Closed mouncifbou closed 1 year ago

mouncifbou commented 1 year ago

After following all the steps, i got a welcome screen (changed the public directory to 'build') Screenshot 2023-03-18 at 4 15 58 PM

Any help please?

chaoming commented 1 year ago

https://fireactjs.com/docs/saas-package/installation/#setup-stripe-integration

mouncifbou commented 1 year ago

I have completed all the steps and I still get a welcome screen (changed the public directory to 'build')

Please help

chaoming commented 1 year ago

Is this your Firebase hosting or your local?

mouncifbou commented 1 year ago

On the firebase hosting

On Mon, 20 Mar 2023 at 09:55, Chaoming Li @.***> wrote:

Is this your Firebase hosting or your local?

— Reply to this email directly, view it on GitHub https://github.com/fireactjs/saas/issues/36#issuecomment-1475924911, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMFNBKUHIRDE7NT5PCSD7XTW5ASSXANCNFSM6AAAAAAV7QA7FA . You are receiving this because you authored the thread.Message ID: @.***>

chaoming commented 1 year ago

If you have the app running fine on your localhost, that means something wrong with your upload.

Did you setup your Firebase to use the build folder to deploy?

And did you run npm run build to build the app in the build folder?

mouncifbou commented 1 year ago

Yes, I did.

But the build folder doesn’t show on the root directory

On Mon, 20 Mar 2023 at 11:09, Chaoming Li @.***> wrote:

If you have the app running fine on your localhost, that means something wrong with your upload.

Did you setup your Firebase to use the build folder to deploy?

And did you run npm run build to build the app in the build folder?

— Reply to this email directly, view it on GitHub https://github.com/fireactjs/saas/issues/36#issuecomment-1476034270, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMFNBKSGWZWVK3KGHGT5SZTW5A3H7ANCNFSM6AAAAAAV7QA7FA . You are receiving this because you authored the thread.Message ID: @.***>

chaoming commented 1 year ago

If you don't have a build folder in your root, that's a React app issue. Nothing to do with this project. You will need to read React documents to figure it out.

mouncifbou commented 1 year ago

It creates a build but in a folder called dist!

On Mon, 20 Mar 2023 at 11:53, Chaoming Li @.***> wrote:

If you don't have a build folder in your root, that's a React app issue. Nothing to do with this project. You will need to read React documents to figure it out.

— Reply to this email directly, view it on GitHub https://github.com/fireactjs/saas/issues/36#issuecomment-1476087675, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMFNBKWRE742CHKIDYPZB3DW5BAM3ANCNFSM6AAAAAAV7QA7FA . You are receiving this because you authored the thread.Message ID: @.***>

chaoming commented 1 year ago

Did you clone this repo? If you did, that's not the right way. Please read the installation documentation: https://fireactjs.com/docs/saas-package/installation/

mouncifbou commented 1 year ago

Downloaded the zip file from github

On Mon, 20 Mar 2023 at 11:58, Chaoming Li @.***> wrote:

Did you clone this repo? If you did, that's not the right way. Please read the installation documentation: https://fireactjs.com/docs/saas-package/installation/

— Reply to this email directly, view it on GitHub https://github.com/fireactjs/saas/issues/36#issuecomment-1476094562, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMFNBKT22CZQSS6HKICF24TW5BBADANCNFSM6AAAAAAV7QA7FA . You are receiving this because you authored the thread.Message ID: @.***>

chaoming commented 1 year ago

Please read the installation document.