An open API service indexing awesome lists of open source software.

https://github.com/syknapse/reminder-app-redux-tutorial


https://github.com/syknapse/reminder-app-redux-tutorial

Last synced: 10 months ago
JSON representation

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)