1 This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and deployed to the Firebase Hosting.
2
3 ## Deployment
4
5 1. Install Firebase CLI tool.
6 2. Run `firebase login`.
7 3. Run `npm run build` to build the project.
8 4. RUn `firebase deploy` to deploy the new build.
9
10 ## SSR
11
12 https://ui.dev/react-router-server-rendering
13
14 ## Available Scripts
15
16 In the project directory, you can run:
17
18 ### `npm start`
19
20 Runs the app in the development mode.<br>
21 Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
22
23 The page will reload if you make edits.<br>
24 You will also see any lint errors in the console.
25
26 ### `npm test`
27
28 Launches the test runner in the interactive watch mode.<br>
29 See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
30
31 ### `npm run build`
32
33 Builds the app for production to the `build` folder.<br>
34 It correctly bundles React in production mode and optimizes the build for the best performance.
35
36 The build is minified and the filenames include the hashes.<br>
37 Your app is ready to be deployed!
38
39 See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
40
41 ### `npm run eject`
42
43 **Note: this is a one-way operation. Once you `eject`, you can’t go back!**
44
45 If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
46
47 Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
48
49 You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
50
51 ## Learn More
52
53 You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
54
55 To learn React, check out the [React documentation](https://reactjs.org/).
56
57 ### Code Splitting
58
59 This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
60
61 ### Analyzing the Bundle Size
62
63 This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
64
65 ### Making a Progressive Web App
66
67 This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
68
69 ### Advanced Configuration
70
71 This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
72
73 ### Deployment
74
75 This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
76
77 ### `npm run build` fails to minify
78
79 This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
80
81
82 ## Firebase Integration
83
84 Follow this instruction here https://www.robinwieruch.de/complete-firebase-authentication-react-tutorial
85
86 Tldr;
87 We use React Context API to provide a Firebase instance once at the top-level of the component hierarchy.