Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.51 KB

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=