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.
- Capture video and audio from device through:
- Play recorded video and audio through the use of standard HTML5 video element
In the project directory, you can run:
Quick and easy method to start necessary app environment dependencies, backend, frontend, etc...
Uses http-serve to serve application and enable service worker functionality
Creates or Updates the /build folder
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=