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

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

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.