All Projects → afonsopacifer → react-prpl-boilerplate

afonsopacifer / react-prpl-boilerplate

Licence: other
A simple boilerplate for learn PRPL pattern with React.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to react-prpl-boilerplate

Hexo Pwa
Hexo PWA plugin
Stars: ✭ 116 (+404.35%)
Mutual labels:  pwa, service-worker
Pwafire
Progressive Web Apps API of APIs
Stars: ✭ 137 (+495.65%)
Mutual labels:  pwa, service-worker
Service Worker Detector
This extension detects if a website registers a Service Worker.
Stars: ✭ 124 (+439.13%)
Mutual labels:  pwa, service-worker
Next Offline
make your Next.js application work offline using service workers via Google's workbox
Stars: ✭ 1,306 (+5578.26%)
Mutual labels:  pwa, service-worker
Ember Service Worker
A pluggable approach to Service Workers for Ember.js
Stars: ✭ 227 (+886.96%)
Mutual labels:  pwa, service-worker
Pwa Cookbook
personally website
Stars: ✭ 107 (+365.22%)
Mutual labels:  pwa, service-worker
Monitaure
🔔 A server uptime monitoring progressive web application - NO LONGER MAINTAINED
Stars: ✭ 135 (+486.96%)
Mutual labels:  pwa, service-worker
Beer
The source code for the Progressive Beer app!
Stars: ✭ 73 (+217.39%)
Mutual labels:  pwa, service-worker
Pwatter
Angular Progressive Web App using Workbox
Stars: ✭ 167 (+626.09%)
Mutual labels:  pwa, service-worker
Notes
Offline-first notepad PWA
Stars: ✭ 163 (+608.7%)
Mutual labels:  pwa, service-worker
Offline Gallery
🎈 A 16kb Preact & Redux based Progressive Web App that offers an offline gallery experience of external images.
Stars: ✭ 90 (+291.3%)
Mutual labels:  pwa, service-worker
Jfa Pwa Toolkit
⚡️ PWA Features to Any Website (very Fast & Easy)
Stars: ✭ 245 (+965.22%)
Mutual labels:  pwa, service-worker
Pwastats
A directory of Progressive Web App case studies.
Stars: ✭ 88 (+282.61%)
Mutual labels:  pwa, service-worker
Bento Starter
🍱 Full-Stack solution to quickly build PWA applications with Vue.js and Firebase
Stars: ✭ 1,519 (+6504.35%)
Mutual labels:  pwa, service-worker
Ionic Pwa
🚀 Build a Progressive Web App with Ionic and Angular. Push Notifications. Deployed to Firebase Hosting. The Complete guide to build your PWA. Service Workers. Lighthouse. Web Manifest
Stars: ✭ 87 (+278.26%)
Mutual labels:  pwa, service-worker
Pwa
Progressive Web Apps for Rails
Stars: ✭ 133 (+478.26%)
Mutual labels:  pwa, service-worker
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (+204.35%)
Mutual labels:  pwa, service-worker
Parcel Plugin Sw Precache
A Parcel plugin for generating a service worker that precaches resources.
Stars: ✭ 70 (+204.35%)
Mutual labels:  pwa, service-worker
Learning Pwa
📱some samples and blogs about how to start with your first PWA
Stars: ✭ 162 (+604.35%)
Mutual labels:  pwa, service-worker
Productivity Frontend
Productivity Application - Kanban Style Productivity Management Application with Customizable Boards, Lists and Cards to Make You More Productive.
Stars: ✭ 234 (+917.39%)
Mutual labels:  pwa, service-worker

React PRPL Boilerplate

A simple boilerplate for learn PRPL pattern with React.

Features

  • Custom PRPL pattern.
    • Push critical dependencies.
    • Render a minimal bundle.
    • Pre-push with Service Workers.
    • Lazy loading all code splitted bundles.

Development

Getting started

Clone this repository and install its dependencies:

$ git clone https://github.com/afonsopacifer/react-prpl-boilerplate.git
$ cd react-prpl-boilerplate
$ yarn

Build / Start App

Builds and start the App (with local server and livereload):

$ yarn start

Builds for production:

$ yarn build

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Want to contribute? Follow these recommendations.

History

See Releases for detailed changelog.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].