https://github.com/weaponsforge/cra-pwa
Testing the create-react-app PWA
https://github.com/weaponsforge/cra-pwa
Last synced: about 1 year ago
JSON representation
Testing the create-react-app PWA
- Host: GitHub
- URL: https://github.com/weaponsforge/cra-pwa
- Owner: weaponsforge
- Created: 2023-12-01T05:07:50.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-01T06:19:12.000Z (over 2 years ago)
- Last Synced: 2025-01-31T10:44:35.890Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://gmb-pwa-test.web.app
- Size: 320 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## cra-pwa
This is a basic React app created using Create React App (CRA) with PWA template for testing and observing CRA features in a simple codebase.
## Requirements
1. Windows, Linux or Mac OS
2. NodeJS LTS v16.17.0
3. (Optional) Firebase Project
- required for deployment
## Installation
1. Clone this repository.
`git clone https://github.com/weaponsforge/cra-pwa.git`
2. Install dependencies.
`npm install`
## Available Scripts
### `npm start`
Starts the app in development mode.
### `npm run build`
Builds and packages the app for deployment
### `npm run deploy`
Deploys the app to Firebase Hosting.
@weaponsforge
20231201