https://github.com/syknapse/reminder-app-redux-tutorial
https://github.com/syknapse/reminder-app-redux-tutorial
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/syknapse/reminder-app-redux-tutorial
- Owner: Syknapse
- Created: 2020-06-06T11:16:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:05:43.000Z (about 3 years ago)
- Last Synced: 2025-01-20T11:29:59.482Z (12 months ago)
- Language: JavaScript
- Homepage: https://syknapse.github.io/reminder-app-redux-tutorial/
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Based on the following [YouTube tutorial](https://www.youtube.com/playlist?list=PLCQ3cvOTrX6ANQmHOuBmtU_eTxKAwChhF)
### `yarn start`
Start development server
### `yarn run deploy`
Creates a production build then deploys it to the live site on GitHub Pages
**Deploying a React app to GitHub pages** based on [this tutorial](https://www.youtube.com/watch?v=ctLFWAanxcI)
Further reading:
create-react-app [deployment to GitHub docs](https://create-react-app.dev/docs/deployment/#github-pages)
Step by step [GitHub tutorial](https://github.com/gitname/react-gh-pages)