Skip to content

Progressive Web App (PWA) built in the ReactJS framework allowing users to capture video and audio from a device providing that it has the required internally or externally available components requested such as a webcam/camera, microphone, or both.

License

Notifications You must be signed in to change notification settings

mikematos84/react-pwa

Repository files navigation

React Progressive Web App (PWA)

Progressive Web App (PWA) developed using the ReactJS framework. This app allows users to install the app onto their devices and use it much like any other native web app.

This project was bootstrapped with Create React App.

App Features

Available Scripts

In the project directory, you can run:

npm run app-env

Quick and easy method to start necessary app environment dependencies, backend, frontend, etc...

npm run start-sw

Uses http-serve to serve application and enable service worker functionality

npm run predeploy

Creates or Updates the /build folder

npm run deploy

Deploys contents of /build folder to gh-pages (Git Hub Pages) branch for hosting

IMPORTANT!: Ensure the following two files are in the root directory. If either of them happen to be missing, please create them with the following contents

# filename: .env.production

# /react-pwa = location of github repo containing gh-pages branch
PUBLIC_URL=/react-pwa
# filename .env.production.local
PUBLIC_URL=

About

Progressive Web App (PWA) built in the ReactJS framework allowing users to capture video and audio from a device providing that it has the required internally or externally available components requested such as a webcam/camera, microphone, or both.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages