An open API service indexing awesome lists of open source software.

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

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