Skip to content

Latest commit

 

History

History
executable file
·
55 lines (32 loc) · 782 Bytes

README.md

File metadata and controls

executable file
·
55 lines (32 loc) · 782 Bytes

News4All

A boilerplate for Progressive Web Apps built on top of React.

A live example can be found here.

Demo

Desktop

Android

iOS

Quick Start

Clone the repository:

git clone https://github.com/MCROEngineering/news4all-pwa-demo

Install dependencies:

yarn install

or

npm install

Run the project in development mode:

npm start

Open http://localhost:3000 to view it in the browser.

Build the app for production:

npm run build