The tutorials of how it was made are:
In pt/br part 1 here and part 2 here
In english part 1 and part 2 (TODO)
A small React example using Firebase.
First run the install command yarn install
Then to run yarn start
To deploy:
Login in your firebase account using
firebase login
Configure your firebase project using
firebase init
Select "Hosting" and select your project and run:
yarn run deploy