https://github.com/talentedandrew/paynotes
A dummy notes app showcasing how using react, redux along with service worker (workbox tool from google), one can enhance the performance of the web application
https://github.com/talentedandrew/paynotes
express nextjs nodejs pwa react redux server-side-rendering service-worker ssr workbox
Last synced: about 2 months ago
JSON representation
A dummy notes app showcasing how using react, redux along with service worker (workbox tool from google), one can enhance the performance of the web application
- Host: GitHub
- URL: https://github.com/talentedandrew/paynotes
- Owner: talentedandrew
- Created: 2019-02-24T18:57:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:50:34.000Z (over 2 years ago)
- Last Synced: 2025-02-03T10:14:30.825Z (4 months ago)
- Topics: express, nextjs, nodejs, pwa, react, redux, server-side-rendering, service-worker, ssr, workbox
- Language: JavaScript
- Size: 1.29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PayNotes
A dummy app showcasing how using react, redux along with service worker (workbox tool from google), one can enhance the performance of the web application## About
PayNotes is an application, where a user can view, edit and create notes.## Features
- Dynamic routing with next-router.
- State management with redux
- Styling with SASS and render using styled-jsx
- Unit testing with jest
- Linting with standard
- Immutable.js and more...## Getting started
```
use node 10.13.0 or greater
git clone https://github.com/talentedandrew/PayNotes my-project
cd my-project
yarn install
yarn run build
yarn run serve
```Then open `http://localhost:3100/` to see your app.