Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions client/.firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
404.html,1552064573996,05cbc6f94d7a69ce2e29646eab13be2c884e61ba93e3094df5028866876d18b3
asset-manifest.json,1552064135537,5d1fe833b3e79266c15c5f75df0482a9874a8be9c1e28787e82e04dd3e2b4103
index.html,1552064135537,1dbfcfaef0fe0ec800b32e60e1f422191aa41d550c6d439fb8a581f59f8fff7e
precache-manifest.2c66b0449be0dda6c4a6fb170b95eb3d.js,1552064135537,b12f037dff063e3adb22096fcf4df99b57d19f3e99555509530a0906cfb39f08
favicon.ico,499162500000,b72f7455f00e4e58792d2bca892abb068e2213838c0316d6b7a0d6d16acd1955
service-worker.js,1552064135537,832e5b498a7709d1a320bf6463959645467f91edfa35d1216ac1cd519ce48d7f
static/css/main.326a37d7.chunk.css,1552064135559,2e2b552bc0bed7073f6573db8ff8150915630f26bd2a970e123a5f267e07f773
static/css/main.326a37d7.chunk.css.map,1552064135633,1da0edc574189f4f032b3d6898aed67f0570045d43bd071581d58e17b39060da
static/js/runtime~main.fdfcfda2.js,1552064135632,a98f099106e478773adc01f15f58f2f6ebe0f2e84233f7b37d118f90685dee40
static/js/main.faeffc9e.chunk.js,1552064135570,2cf9863addd701a0e692368a0e67ec736e6195e64616bff488f69ec37ac4a9c5
static/media/logo.5d5d9eef.svg,1552064135558,45e3776da5a899185aa64ba11c8a59406f29a2de1d14efd166c59ff758019c9a
static/js/runtime~main.fdfcfda2.js.map,1552064135634,16648a77266513083ee7168e4552050ef50476172bcf27485998ef99f2dc848b
static/js/main.faeffc9e.chunk.js.map,1552064135633,cffa20512c35d82d2cbf84c5efd61e9c577a5281851be70dacfb601b2dace4e7
manifest.json,499162500000,6aaf3d87dd9bb1e96f9c691c50d0ed378ed98a120a76dea78291281834cd36e9
static/js/2.f4e9abe8.chunk.js,1552064135633,8dfd0369c2a08a4b547c3bf7a58e5001ad0bbc46020098360e145917879863b8
static/js/2.f4e9abe8.chunk.js.map,1552064135639,66f9b1584372e6b067f130510e591f3716a9112a702cf4b9ae257c063cef67f0
5 changes: 5 additions & 0 deletions client/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "moviee-b4eb8"
}
}
24 changes: 24 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
api

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
68 changes: 68 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.<br>
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.<br>
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.<br>
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

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.

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.

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.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

### Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

### Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

### Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

### Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

### `npm run build` fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
7 changes: 7 additions & 0 deletions client/database.rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
"rules": {
".read": false,
".write": false
}
}
19 changes: 19 additions & 0 deletions client/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Loading