https://www.youtube.com/watch?v=YhcDuMv-6kw
Paste Google OAuth2 app's client ID to the file client/src/API_KEYS_EXAMPLE.json GOOGLE_AUTH field of API_KEYS_EXAMPLE.json file and then rename file to API_KEYS.json.
- Runs the app in the development mode.
- Visit http://localhost:3000 to view it in the browser.
- Runs the app ignoring Typescript errors.
- Builds the app for production.
- Launches the test runner in the interactive watch mode.
- Note: this is a one-way operation. Once you
eject, you can’t go back! It will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) into your for you to have full control over them.
- Runs eslint and finds inconsistencies with Airbnb style guide and other errors. Note the pre-commit hook does not allow to make the commit if there are some errors.
- Runs eslint and fixes auto-fixable errors.
- Runs before deploy and creates production build.
- Deploys project to Github Pages. Note the pre-push hook makes deployment on every push.
