Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agneym/the-reader
A JAM Stack Reading Mode PWA with React & Netlify Functions
https://github.com/agneym/the-reader
jamstack netlify netlify-functions react styled-components
Last synced: 2 days ago
JSON representation
A JAM Stack Reading Mode PWA with React & Netlify Functions
- Host: GitHub
- URL: https://github.com/agneym/the-reader
- Owner: agneym
- Created: 2020-01-04T13:43:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T04:57:19.000Z (20 days ago)
- Last Synced: 2024-10-21T07:44:36.946Z (19 days ago)
- Topics: jamstack, netlify, netlify-functions, react, styled-components
- Language: TypeScript
- Homepage: https://competent-nightingale-a5d6b2.netlify.com/
- Size: 1010 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Reader App
[![Netlify Status](https://api.netlify.com/api/v1/badges/5c8059fc-4fb0-4ecf-b505-67125e8a12c3/deploy-status)](https://app.netlify.com/sites/competent-nightingale-a5d6b2/deploys)
> This project was bootstrapped with [Create React App](https://create-react-app.dev/).
- Icons from [Feathers Project](https://feathericons.com/)
- Styling by [Styled Components](styled-components.com)
- Reading Mode Parser by [Mercury - Postlight](https://github.com/postlight/mercury-parser)
- Serverless Lambda with [Netlify Functions](https://www.netlify.com/products/functions/)
- Deployment with [Netlify Hosting](https://www.netlify.com/)## Contributing
### Development
```
yarn
yarn start # start the frontend development server
yarn serve:lambda # start the functions development server
```## Build
```
yarn
yarn build
```