Skip to content

Commit 806bcec

Browse files
first commit
0 parents  commit 806bcec

30 files changed

+18632
-0
lines changed

.firebase/hosting.YnVpbGQ.cache

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
asset-manifest.json,1605284085302,5520461ce8d6093cc2610d47713842435702af20ea90d573511ae9121fb18851
2+
index.html,1605284085302,b2cff8b2d5539ea5de5ab95522f1d1dec39cbbe438ab73d57c4888d730564023
3+
logo.png,1605284036790,ab8e4517f1fd59e84b2ee6db6016a93ef5b250beae287fdabe36ef9aed97266b
4+
manifest.json,1605284036790,0958a5e0c831126100c8c2d06a6bbaa665a3900f21aaff4130238a6f5a113aa1
5+
robots.txt,1605284036790,2544ca049f223a42bff01f72ad930a5edba75bbb7199d0f8430a02ff5aca16ec
6+
static/css/main.44d81f0b.chunk.css,1605284085302,5e98ee0f26ca22c604aaa6752772dfd851f720528ea03cde6d385cab480c1738
7+
static/css/main.44d81f0b.chunk.css.map,1605284085306,ab5dbc8199f9e155de34451e358b09aa7cf97051433ada0954ac56555bc34219
8+
static/js/2.ec92e58a.chunk.js,1605284085302,01be2516254f595788a0496ecd1e4eb28d43f37ca3bfb4745c03c02cf3f73607
9+
static/js/2.ec92e58a.chunk.js.LICENSE.txt,1605284085306,f799434a610e5e3c789e36fa52cf36c038c844d7e99d3a4d02aafb5cf3f1998b
10+
static/js/2.ec92e58a.chunk.js.map,1605284085306,74041c36a63b23c5bc79272e54a3a658afda4696bb34bb5168a9cdde02aa8eea
11+
static/js/3.cf354d95.chunk.js,1605284085306,f2e34187ba91717813701020d6d28b6236a6f9ffd553c987b66748d8839a9e80
12+
static/js/3.cf354d95.chunk.js.map,1605284085306,31eb88eaf90b8d9e137028719cd395f8a67b10fa87b3e83e44be5391fe77e622
13+
static/js/main.09e9cbf6.chunk.js,1605284085306,89971886a7ec899891c82d13c48a82990ffbfb941ae1ac54cb25a162fdb1ed6f
14+
static/js/main.09e9cbf6.chunk.js.map,1605284085306,385310ddb410934fbef9aa3f68486851042b5c8fa31aef88f5dfe3c5a478efe8
15+
static/js/runtime-main.d33603fa.js,1605284085306,e9e0a8b70a2fee3ed9e0b046747894a994766fdf1a466a213389ede2808b1be4
16+
static/js/runtime-main.d33603fa.js.map,1605284085306,99f8b9a3cd93b04ad4ecdd59c833efb61fbb64e36349d9ff351bf1924ec8301c

.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "clone-reactjs-rd-g"
4+
}
5+
}

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

README.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Getting Started with Create React App
2+
3+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
4+
5+
## Available Scripts
6+
7+
In the project directory, you can run:
8+
9+
### `npm start`
10+
11+
Runs the app in the development mode.\
12+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
13+
14+
The page will reload if you make edits.\
15+
You will also see any lint errors in the console.
16+
17+
### `npm test`
18+
19+
Launches the test runner in the interactive watch mode.\
20+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
21+
22+
### `npm run build`
23+
24+
Builds the app for production to the `build` folder.\
25+
It correctly bundles React in production mode and optimizes the build for the best performance.
26+
27+
The build is minified and the filenames include the hashes.\
28+
Your app is ready to be deployed!
29+
30+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
31+
32+
### `npm run eject`
33+
34+
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
35+
36+
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.
37+
38+
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.
39+
40+
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.
41+
42+
## Learn More
43+
44+
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
45+
46+
To learn React, check out the [React documentation](https://reactjs.org/).
47+
48+
### Code Splitting
49+
50+
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
51+
52+
### Analyzing the Bundle Size
53+
54+
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
55+
56+
### Making a Progressive Web App
57+
58+
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
59+
60+
### Advanced Configuration
61+
62+
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
63+
64+
### Deployment
65+
66+
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
67+
68+
### `npm run build` fails to minify
69+
70+
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
71+
72+
sudo npm install -g firebase-tools
73+
sudo npm install firebase
74+
sudo npm install @material-ui/core
75+
sudo npm install @material-ui/icons
76+
sudo npm install react-router
77+
sudo npm install react-router-dom

firebase.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"hosting": {
3+
"public": "build",
4+
"ignore": [
5+
"firebase.json",
6+
"**/.*",
7+
"**/node_modules/**"
8+
],
9+
"rewrites": [
10+
{
11+
"source": "**",
12+
"destination": "/index.html"
13+
}
14+
]
15+
}
16+
}

0 commit comments

Comments
 (0)